Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / staging / csr / csr_wifi_vif_utils.h
CommitLineData
635d2b00
GKH
1/*****************************************************************************
2
3 (c) Cambridge Silicon Radio Limited 2011
4 All rights reserved and confidential information of CSR
5
6 Refer to LICENSE.txt included with this source for details
7 on the license terms.
8
9*****************************************************************************/
10
11#ifndef CSR_WIFI_VIF_UTILS_H
12#define CSR_WIFI_VIF_UTILS_H
13
635d2b00
GKH
14/* STANDARD INCLUDES ********************************************************/
15
16/* PROJECT INCLUDES *********************************************************/
17/* including this file for CsrWifiInterfaceMode*/
18#include "csr_wifi_private_common.h"
19
20/* MACROS *******************************************************************/
21
22/* Common macros for NME and SME to be used temporarily until SoftMAC changes are made */
7e6f5794 23#define CSR_WIFI_NUM_INTERFACES (u8)0x1
8c87f69a 24#define CSR_WIFI_INTERFACE_IN_USE (u16)0x0
635d2b00 25
635d2b00
GKH
26#endif /* CSR_WIFI_VIF_UTILS_H */
27