qcacld-3.0: Refactor one INI about obss ht40
Based on new cfg component, refactor INI CFG_OVERRIDE_HT40_20_24GHZ_NAME and remove legacy codes. Change-Id: I5b4ed96a4930a9358bd93ee809bf5cddb2787fb4 CRs-Fixed: 2354476
This commit is contained in:
@@ -1127,7 +1127,10 @@ static void mlme_init_obss_ht40_cfg(struct wlan_objmgr_psoc *psoc,
|
||||
cfg_default(CFG_OBSS_HT40_WIDTH_CH_TRANSITION_DELAY);
|
||||
obss_ht40->scan_activity_threshold = (uint32_t)
|
||||
cfg_default(CFG_OBSS_HT40_SCAN_ACTIVITY_THRESHOLD);
|
||||
obss_ht40->is_override_ht20_40_24g =
|
||||
cfg_get(psoc, CFG_OBSS_HT40_OVERRIDE_HT40_20_24GHZ);
|
||||
}
|
||||
|
||||
static void mlme_init_threshold_cfg(struct wlan_objmgr_psoc *psoc,
|
||||
struct wlan_mlme_threshold *threshold)
|
||||
{
|
||||
|
Reference in New Issue
Block a user