Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux into drm...
[firefly-linux-kernel-4.4.55.git] / drivers / staging / csr / csr_wifi_vif_utils.h
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
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 */
23 #define CSR_WIFI_NUM_INTERFACES        (u8)0x1
24 #define CSR_WIFI_INTERFACE_IN_USE      (u16)0x0
25
26 #endif /* CSR_WIFI_VIF_UTILS_H */
27