mt76: mt7615: fix mib stats counter reporting to mac80211
authorLorenzo Bianconi <lorenzo@kernel.org>
Tue, 23 Feb 2021 10:42:49 +0000 (11:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 May 2021 07:50:35 +0000 (09:50 +0200)
commit0b39be51626d0782ab2d98549d3a25658f4522a6
treeefffdd1dd0b36967fcc1a563d297befb2624d8c4
parent2da92db47f074c31077e4e5e9169af9c3e60e882
mt76: mt7615: fix mib stats counter reporting to mac80211

[ Upstream commit 2eb6f6c437745bce46bd7a8f3a22a732d5b9becb ]

In order to properly report MIB counters to mac80211, resets stats in
mt7615_get_stats routine and hold mt76 mutex accessing MIB counters.
Sum up MIB counters in mt7615_mac_update_mib_stats routine.

Fixes: c388d8584bc83 ("mt76: mt7615: add a get_stats() callback")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
drivers/net/wireless/mediatek/mt76/mt7615/main.c
drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h