From: Michal Kazior Date: Wed, 16 Jul 2014 10:09:31 +0000 (+0200) Subject: mac80211: fix Rx reordering with RX_FLAG_AMSDU_MORE X-Git-Tag: cleanup-for-v3.18~108^2~73^2~18^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83eb935ec74a91468776cd86415abcb6ee23cca8;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed