commit | 83eb935ec74a91468776cd86415abcb6ee23cca8 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Wed Jul 16 12:09:31 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Jul 21 16:17:26 2014 +0200 |
tree | e0977824eadbba57f30adaa47f7d31c2a60ed6f1 | |
parent | 60e83deb4c1e7e8b6ab78e7331288bf4211bdeb6 [diff] |
mac80211: fix Rx reordering with RX_FLAG_AMSDU_MORE Some drivers (e.g. ath10k) report A-MSDU subframes individually with identical seqno. The A-MPDU Rx reorder code did not account for that which made it practically unusable with drivers using RX_FLAG_AMSDU_MORE because it would end up dropping a lot of frames resulting in confusion in upper network transport layers. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>