From: Sujith Date: Mon, 9 Mar 2009 04:01:57 +0000 (+0530) Subject: ath9k: Fix bug in TX aggregation X-Git-Tag: v2.6.30-rc1~662^2~195^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c37452b0687e5c8942dd4866f7c614105e6050c3;p=pandora-kernel.git ath9k: Fix bug in TX aggregation mac80211 expects the driver to fill in the starting sequence number of an ADDBA request to initiate TX aggregation. IEEE80211_TX_CTL_AMPDU would be set for frames only after a successful ADDBA exchange, but we have to increment the internal sequence counter for the normal(non-AMPDU) data frames proerly. Signed-off-by: Sujith Signed-off-by: John W. Linville --- Reading git-diff-tree failed