commit | c37452b0687e5c8942dd4866f7c614105e6050c3 | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Mon Mar 09 09:31:57 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 16 18:09:38 2009 -0400 |
tree | 4d1d44cbbf601973cf48b07c9e3f0b06e0f9f4f8 | |
parent | 9c81e8be236b7f1c94f9d055a97a83f84c81890f [diff] |
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 <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>