qcacld-3.0: Remove is_nan_enabled flag from wma_handle_t

The is_nan_enabled flag in wma_handle_t is written but never read.
Since it is unused, remove it along with the logic that writes it.

Change-Id: I3e7d09ac1ab77427d37a8a45ca5f1612b05c5339
CRs-Fixed: 2370875
This commit is contained in:
Jeff Johnson
2018-12-16 16:27:53 -08:00
committato da nshrivas
parent e2e23a1cd4
commit fe31a6d6d4
2 ha cambiato i file con 0 aggiunte e 25 eliminazioni

Vedi File

@@ -1048,7 +1048,6 @@ struct wma_valid_channels {
* @IsRArateLimitEnabled: RA rate limiti s enabled or not
* @RArateLimitInterval: RA rate limit interval
* @is_lpass_enabled: Flag to indicate if LPASS feature is enabled or not
* @is_nan_enabled: Flag to indicate if NaN feature is enabled or not
* @staMaxLIModDtim: station max listen interval
* @staModDtim: station mode DTIM
* @staDynamicDtim: station dynamic DTIM
@@ -1194,9 +1193,6 @@ typedef struct {
#endif
#ifdef WLAN_FEATURE_LPSS
bool is_lpass_enabled;
#endif
#ifdef WLAN_FEATURE_NAN
bool is_nan_enabled;
#endif
uint8_t staMaxLIModDtim;
uint8_t staModDtim;