mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Fixed issue where 6 GHz hidden APs could not be found on non-PSC channels
Bug 5578305 Change-Id: Ia0479d756cd64fd2a60ff563c22fdc5194954420 Signed-off-by: Shaofu <shaofu@realtek.com> Signed-off-by: Narayana Reddy P <narayanr@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3485380 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Shobek Attupurath <sattupurath@nvidia.com> Reviewed-by: Ashutosh Jha <ajha@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
fef3efa9d1
commit
cd8063b7e1
@@ -2375,13 +2375,6 @@ static int scan_probe_6g_cb(void *priv, struct rtw_phl_scan_param *param, u8 sct
|
||||
if (scan_ch->band != BAND_ON_6G)
|
||||
return 0;
|
||||
|
||||
if (!Is6GHzPreferScanChannel(scan_ch->channel))
|
||||
return 0;
|
||||
|
||||
/* send probe request after first 20ms interval */
|
||||
if ((scan_ch->pass_t / SCAN_6G_TIME_UNIT) != 1)
|
||||
return 0;
|
||||
|
||||
if (wrole == NULL) {
|
||||
rtw_warn_on(1);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user