[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230302095551.5510-1-quic_youghand@quicinc.com>
Date: Thu, 2 Mar 2023 15:25:49 +0530
From: Youghandhar Chintala <quic_youghand@...cinc.com>
To: <ath10k@...ts.infradead.org>
CC: <linux-wireless@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<mpubbise@....qualcomm.com>,
Youghandhar Chintala <quic_youghand@...cinc.com>
Subject: [PATCH v2 0/2] Update the channel list if the change in channel flags
There are connection failures in hidden SSID case when the device is with
default reg domain WW.
For WW reg domain most of the 5 GHz channels are passive. When device
listens to the beacon on that channel, the driver is updating its channel
flag but firmware is not aware of it and firmware is not sending probes
on that channels.
Due to this, we are seeing connection failures when the device is tries to
connect with hidden SSID AP.
Whenever the driver detects a channel flag change, send the updated channel
list command to the firmware.
Changes from v1:
- Added the documentation for notifier call back.
- Passed channel context as argument for notifier.
Youghandhar Chintala (2):
wifi: cfg80211: Add beacon hint notifier support
wifi: ath10k: update the channel list if change in channel flags.
drivers/net/wireless/ath/ath10k/mac.c | 11 +++++++++++
include/net/cfg80211.h | 7 +++++++
net/wireless/reg.c | 5 ++++-
3 files changed, 22 insertions(+), 1 deletion(-)
--
2.38.0
Powered by blists - more mailing lists