From: Felix Fietkau Date: Tue, 11 Jan 2011 00:05:48 +0000 (-0700) Subject: ath9k: fix initial sequence number after starting an ampdu session X-Git-Tag: v2.6.39-rc1~468^2~448^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49447f2f9d47c4a57a76db702c9c1dab32fa7934;p=pandora-kernel.git ath9k: fix initial sequence number after starting an ampdu session txtid->seq_start may not always be up to date, when there is HT non-AMPDU traffic just before starting an AMPDU session. Relying on txtid->seq_next is better, since it is also used to generate the sequence numbers for all QoS data frames. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed