]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix dropped counter in multiqueue RX
authorJohannes Berg <johannes.berg@intel.com>
Thu, 1 Jun 2017 19:26:03 +0000 (21:26 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 1 Jun 2017 19:26:03 +0000 (21:26 +0200)
commit8d57190a35f76350495240c04936ad110f33925d
treeb267a70858220324416f8d40a2435187b40836f9
parente9e82825a31e5c9357c24c965b57ac1f90bf7e59
mac80211: fix dropped counter in multiqueue RX

In the commit enabling per-CPU station statistics, I inadvertedly
copy-pasted some code to update rx_packets and forgot to change it
to update rx_dropped_misc. Fix that.

This addresses https://bugzilla.kernel.org/show_bug.cgi?id=195953.

Fixes: 654d05a4dce0 ("mac80211: enable collecting station statistics per-CPU")
Reported-by: Petru-Florin Mihancea <petrum@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/sta_info.c