commit | de8f18d3a80bee94ee8a2d3c511707390dad88d6 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Mar 31 20:02:03 2016 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Apr 06 13:18:13 2016 +0200 |
tree | ece9d300e097e65e4784f6c4b30d305ef921e70d | |
parent | d63b548fffdbd239a5e65bb89424be19229048ba [diff] |
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>