qcacld-3.0: Re-remove PMO items from the HDD config

Previously change I2cdf18c1000d8cc923c80c00bf530b2b0c60563e
("qcacld-3.0: Apply PMO configures") relocated the PMO configuration
items from HDD to the PMO component.

Subsequently change I5046edec1a668e198ed4fcc997a0d24affe342ea
("qcacld-3.0: Add FW offload INI items (1)") inexplicably re-added the
auto_pwr_save_fail_mode and packet_filters_bitmap PMO fields back into
struct hdd_config, so re-remove them.

Change-Id: Iebc9f9046dd537c7be3ede857827b7173ecaf59a
CRs-Fixed: 2367374
This commit is contained in:
Jeff Johnson 2018-12-13 09:49:55 -08:00
parent ba0773ae95
commit 61dd83f9f2

View File

@ -3449,7 +3449,6 @@ struct hdd_config {
uint32_t mawc_nlo_exp_backoff_ratio;
uint32_t mawc_nlo_init_scan_interval;
uint32_t mawc_nlo_max_scan_interval;
enum pmo_auto_pwr_detect_failure_mode auto_pwr_save_fail_mode;
bool enable_11d_in_world_mode;
/* 5G preference parameters for boosting RSSI */
bool enable_5g_band_pref;
@ -3463,9 +3462,6 @@ struct hdd_config {
bool enable_lprx;
uint32_t scan_11d_interval;
bool is_bssid_hint_priority;
#ifdef WLAN_FEATURE_PACKET_FILTERING
uint8_t packet_filters_bitmap;
#endif
#ifdef WLAN_FEATURE_SAE
bool is_sae_enabled;
#endif