diff options
| -rw-r--r-- | core/hdd/src/wlan_hdd_cfg80211.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/hdd/src/wlan_hdd_cfg80211.h b/core/hdd/src/wlan_hdd_cfg80211.h index a417778c61ed..bafaca1e0491 100644 --- a/core/hdd/src/wlan_hdd_cfg80211.h +++ b/core/hdd/src/wlan_hdd_cfg80211.h @@ -124,14 +124,15 @@ typedef struct { #if !defined (TDLS_MGMT_VERSION2) #define TDLS_MGMT_VERSION2 0 #endif + +#endif + #ifdef WLAN_FEATURE_LINK_LAYER_STATS void wlan_hdd_clear_link_layer_stats(hdd_adapter_t *adapter); #else static inline void wlan_hdd_clear_link_layer_stats(hdd_adapter_t *adapter) {} #endif -#endif - #define MAX_CHANNEL (NUM_24GHZ_CHANNELS + NUM_5GHZ_CHANNELS) #define MAX_SCAN_SSID 10 |
