commit | bc05116ab33d30342e2b4b1bcc6d6e1184e9df97 | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Fri Jul 18 11:11:21 2008 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 29 16:55:04 2008 -0400 |
tree | 0ae891913378b746d6285bcd6246baa9ceb30f4d | |
parent | cb9289cb798502a5010c8f1d8d003842cd1449a4 [diff] |
ath5k: fix recursive locking in ath5k_beacon_update ath5k_beacon_update takes sc->lock upon entry. However, it is only called from within ath5k_config_interface, which already holds the lock. Remove the unnecessary locking from ath5k_beacon_update. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>