commit | ef98c3cd9b68ed27eeb94b833f74860fa1a734b7 | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Mon Mar 29 16:07:11 2010 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Mar 31 14:46:39 2010 -0400 |
tree | 635dd6c83de38e8f3cc9c469ab1a4eb6f46d032a | |
parent | 0995d110118b35c0dc5195e3ddddcc0dec263830 [diff] |
ath9k_htc: Fix bug in aggregation initiation Accessing the sta pointer in TX completion without approprate RCU protection is wrong. Fix this. Also, RCU protection is needed when the station's aggregation state is updated. Handle this properly. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>