mac80211: count MSDUs in A-MSDU properly
authorJohannes Berg <johannes.berg@intel.com>
Thu, 31 Mar 2016 17:02:03 +0000 (20:02 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 6 Apr 2016 11:18:13 +0000 (13:18 +0200)
commitde8f18d3a80bee94ee8a2d3c511707390dad88d6
treeece9d300e097e65e4784f6c4b30d305ef921e70d
parentd63b548fffdbd239a5e65bb89424be19229048ba
mac80211: count MSDUs in A-MSDU properly

For the RX MSDU statistics, we need to count the number of
MSDUs created and accepted from an A-MSDU. Right now, all
frames in any A-MSDUs were completely ignored. Fix this by
moving the RX MSDU statistics accounting into the deliver
function.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c