Home
last modified time | relevance | path

Searched hist:e165bc02a02c70e40d5c811c705ba269aeca0497 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dsta_info.cdiff e165bc02a02c70e40d5c811c705ba269aeca0497 Thu Jun 01 14:26:03 CDT 2017 Johannes Berg <johannes.berg@intel.com> 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: c9c5962b56c1 ("mac80211: enable collecting station statistics per-CPU")
Reported-by: Petru-Florin Mihancea <petrum@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>