From: Denton Gentry Date: Tue, 29 Jul 2014 06:36:32 +0000 (-0700) Subject: mac80211: fix start_seq_num in Rx reorder offload X-Git-Tag: fixes-for-v3.18-merge-window~162^2^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7dcb45facedbff84237adb77bd3ba50f75c0de4;p=pandora-kernel.git mac80211: fix start_seq_num in Rx reorder offload sta->last_seq_ctrl is the seq_ctrl field from the last header seen, need to shift it 4 bits to extract the sequence number. Otherwise the ieee80211_sn_less() check at the top of ieee80211_sta_manage_reorder_buf drops frames until the sequence number catches up. Cc: Michal Kazior Signed-off-by: Denton Gentry Signed-off-by: Johannes Berg --- Reading git-diff-tree failed