mac80211: fix packet statistics for fast-RX
authorJohannes Berg <johannes.berg@intel.com>
Mon, 20 Feb 2017 07:59:16 +0000 (08:59 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 23 Jul 2017 03:00:27 +0000 (03:00 +0000)
commit829fb88ae677dd2ce99dbe1bbfbd1c43c1e7013b
tree1c12958eedd061779d3b7f9e36c9404e2547d854
parent087c9d42079f85d6961f19154648322fcef9ce7c
mac80211: fix packet statistics for fast-RX

commit 0328edc77d4f35014b35f32b46be0a7e16aae74f upstream.

When adding per-CPU statistics, which added statistics back
to mac80211 for the fast-RX path, I evidently forgot to add
the "stats->packets++" line. The reason for that is likely
that I didn't see it since it's done in defragmentation for
the regular RX path.

Add the missing line to properly count received packets in
the fast-RX case.

Fixes: c9c5962b56c1 ("mac80211: enable collecting station statistics per-CPU")
Reported-by: Oren Givon <oren.givon@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mac80211/rx.c