From: Christian Lamparter Date: Sun, 3 Jan 2010 23:52:56 +0000 (+0100) Subject: mac80211: fix ampdu_action tx_start ssn X-Git-Tag: v2.6.34-rc1~233^2~556^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f66b69c8ff08b46975d9e99c7ecb92a8b12eda;p=pandora-kernel.git mac80211: fix ampdu_action tx_start ssn The start_seq_num is taken from the station's tid_seq[tid]. This is fine, except tid_seq sequence counter is shifted by 4 bits to accommodate for frame fragmentation. Both (iwlagn & ath9k) were unaffected by this minor glitch, because they don't read the *ssn for the AMPDU_TX_START action. Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed