commit | 1286ec6d63c557aa203ab5af56962a3d37181771 | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Tue Jan 27 13:30:37 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jan 30 13:38:24 2009 -0500 |
tree | 26b501e0bdf5d64962175cce852330ffd38dde48 | |
parent | 1f7d6cbfa2a993ea0d714e8552c784eea75a046b [diff] |
ath9k: Fix station access in aggregation completion The ieee80211_sta pointer in the SKB's TX control info area is not guaranteed to be valid after returning from the tx() callback. Use ieee80211_find_sta() instead and return early if the station is no longer present. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>