Re: [PATCH 2/2] wifi: ath10k: update the channel list if change in channel flags.

2023-01-18 Thread Youghandhar Chintala (Temp)
On 1/19/2023 7:56 AM, Wen Gong wrote: On 12/22/2022 8:42 PM, Youghandhar Chintala wrote: ...   +static void ath10k_mac_beacon_notifier(struct wiphy *wiphy) +{ +    struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy); +    struct ath10k *ar = hw->priv; + +    if (ath10k_update_channel_list(ar

Re: [PATCH 2/2] wifi: ath10k: update the channel list if change in channel flags.

2023-01-18 Thread Wen Gong
On 12/22/2022 8:42 PM, Youghandhar Chintala wrote: ... +static void ath10k_mac_beacon_notifier(struct wiphy *wiphy) +{ + struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy); + struct ath10k *ar = hw->priv; + + if (ath10k_update_channel_list(ar)) + ath10k_warn

Re: [PATCH 2/2] wifi: ath10k: update the channel list if change in channel flags.

2022-12-22 Thread Kalle Valo
Youghandhar Chintala writes: > 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

[PATCH 2/2] wifi: ath10k: update the channel list if change in channel flags.

2022-12-22 Thread Youghandhar Chintala
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 s