]> git.baikalelectronics.ru Git - kernel.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)
commit007a191e1b1e0d5b6a4f4c0c825f683fb07b7404
treedcc791f3ab742a9472586edbed23600f4d8dbf40
parent6e228b39b710af734d0cbfe946edc2dddcc68db9
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