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)
committerFelix Fietkau <nbd@nbd.name>
Sun, 11 Apr 2021 22:01:22 +0000 (00:01 +0200)
commit2eb6f6c437745bce46bd7a8f3a22a732d5b9becb
tree1913a1f7a0343f827b8e3c8210504475556f5731
parentd43c7301d3308828220ad733043e53254fb98cd7
mt76: mt7615: fix mib stats counter reporting to mac80211

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>
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
drivers/net/wireless/mediatek/mt76/mt7615/main.c
drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h