qcacld-3.0: Remove feature flag WLAN_FEATURE_11W for pmf
Remove all of the conditional compilation for pmf since this feature is mandatory for future scope from protocol point of view. Change-Id: Id3a2127e9ecb343ad2a0354dcbc331c22167d7fb CRs-Fixed: 2852630
This commit is contained in:

committed by
snandini

parent
b2052d6925
commit
9996bc7175
@@ -23,13 +23,8 @@
|
||||
#ifndef __CFG_MLME_GENERIC_H
|
||||
#define __CFG_MLME_GENERIC_H
|
||||
|
||||
#ifdef WLAN_FEATURE_11W
|
||||
#define CFG_PMF_SA_QUERY_MAX_RETRIES_TYPE CFG_INI_UINT
|
||||
#define CFG_PMF_SA_QUERY_RETRY_INTERVAL_TYPE CFG_INI_UINT
|
||||
#else
|
||||
#define CFG_PMF_SA_QUERY_MAX_RETRIES_TYPE CFG_UINT
|
||||
#define CFG_PMF_SA_QUERY_RETRY_INTERVAL_TYPE CFG_UINT
|
||||
#endif /*WLAN_FEATURE_11W*/
|
||||
|
||||
/**
|
||||
* enum monitor_mode_concurrency - Monitor mode concurrency
|
||||
|
Reference in New Issue
Block a user