]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
wifi: mac80211: mlme: do IEEE80211_STA_RESET_SIGNAL_AVE per link
authorJohannes Berg <johannes.berg@intel.com>
Fri, 24 Jun 2022 14:28:33 +0000 (16:28 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:16 +0000 (11:43 +0200)
commit42ed6748afa45fb3f540a5fd83595eee050c48fe
treedcc791f3ab742a9472586edbed23600f4d8dbf40
parentb65567b03c9502e67bed6707cb53a4c730c2bee2
wifi: mac80211: mlme: do IEEE80211_STA_RESET_SIGNAL_AVE per link

Remove the IEEE80211_STA_RESET_SIGNAL_AVE flag and use
a bool instead, but invert the polarity (now calling it
tracking_signal_avg) so we don't have to initialize it,
and put that into the link instead.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c