qcacmn: Initialize postNOL width to invalid

Initialize postNOL width to CHWIDTH_INVALID instead of 0 which
is mapped to CHWIDTH_20MHZ to avoid channel changes to HT20 mode
after NOL.

Change-Id: I684f38ddb0dc76cccfede74bd6424162407b378f
Este commit está contenido en:
Vignesh Mohan
2020-09-29 17:01:21 +05:30
cometido por snandini
padre ec14dd22d8
commit 4ec0baa83f

Ver fichero

@@ -206,6 +206,17 @@ int dfs_create_object(struct wlan_dfs **dfs)
return 0;
}
#if defined(QCA_SUPPORT_DFS_CHAN_POSTNOL)
static void dfs_postnol_attach(struct wlan_dfs *dfs)
{
dfs->dfs_chan_postnol_mode = CH_WIDTH_INVALID;
}
#else
static inline void dfs_postnol_attach(struct wlan_dfs *dfs)
{
}
#endif
int dfs_attach(struct wlan_dfs *dfs)
{
int ret;
@@ -229,6 +240,7 @@ int dfs_attach(struct wlan_dfs *dfs)
dfs_cac_timer_attach(dfs);
dfs_zero_cac_attach(dfs);
dfs_nol_attach(dfs);
dfs_postnol_attach(dfs);
/*
* Init of timer ,dfs_testtimer_task is required by both partial