lkml.org 
[lkml]   [2023]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 2/2] wifi: ath10k: update the channel list if change in channel flags.
From
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(ar, "failed to update channel list\n");
> +}
> +

Will this called while scan is running?
On ath11k, if send channel list to firmware, then the running scan will
be cancel and removed.
I guess this is same for ath10k.

> ...

\
 
 \ /
  Last update: 2023-03-26 23:47    [W:0.064 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site