|
@@ -53,20 +53,6 @@
|
|
|
#error "NONE of the ANI_OS_TYPE_xxx are defined for this build"
|
|
|
#endif
|
|
|
|
|
|
-/*
|
|
|
- * Validate the compiler
|
|
|
- */
|
|
|
-#if (defined(ANI_COMPILER_TYPE_MSVC) && defined(ANI_COMPILER_TYPE_GCC) && \
|
|
|
- defined(ANI_COMPILER_TYPE_RVCT))
|
|
|
-#error "more than one ANI_COMPILER_TYPE_xxx is defined for this build"
|
|
|
-
|
|
|
-#elif !(defined(ANI_COMPILER_TYPE_MSVC) || defined(ANI_COMPILER_TYPE_GCC) || \
|
|
|
- defined(ANI_COMPILER_TYPE_RVCT))
|
|
|
-#error "NONE of the ANI_COMPILER_TYPE_xxx are defined for this build"
|
|
|
-
|
|
|
-#endif
|
|
|
-
|
|
|
-
|
|
|
#define WMA_CONFIG_PARAM_UPDATE_REQ SIR_CFG_PARAM_UPDATE_IND
|
|
|
|
|
|
#define HAL_NUM_BSSID 2
|