commit | 004829730cb1b03abe7555e1c1faadec62cbcf6f | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Mon Aug 18 21:45:27 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 26 20:06:31 2008 -0400 |
tree | 414985c79061809ddfdd72ba138a5402b3cbe978 | |
parent | d0c2912fe8df81a8b723fb6ec4d4cdf523cbaff7 [diff] |
Ath5k: lock beacons Beacons setup and config was racy with beacon send. Ensure that ISR and reset functions see consistent state of bbuf. Use also dev_kfree_skb_any in ath5k_txbuf_free since we call it from atomic now. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: Nick Kossifidis <mickflemm@gmail.com> Cc: Luis R. Rodriguez <mcgrof@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>