mac80211: fix throughput LED trigger
authorFelix Fietkau <nbd@nbd.name>
Sat, 13 Nov 2021 06:34:15 +0000 (07:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Dec 2021 08:04:38 +0000 (09:04 +0100)
commit60af14bf37ecc46e7a88de65e77c5798a2897264
tree81fd6e70e8d5073a84d2e6a57611381612a04187
parent9d3eb89e6ca3b7e540b95d5dcb57c1907fce2880
mac80211: fix throughput LED trigger

[ Upstream commit 30f6cf96912b638d0ddfc325204b598f94efddc2 ]

The codepaths for rx with decap offload and tx with itxq were not updating
the counters for the throughput led trigger.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20211113063415.55147-1-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/mac80211/led.h
net/mac80211/rx.c
net/mac80211/tx.c