android_kernel_xiaomi_sdm845/drivers/net/wireless/ath5k
Bob Copeland bc05116ab3 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>
2008-07-29 16:55:04 -04:00
..
ath5k.h ath5k: Misc fixes/cleanups 2008-04-16 16:00:03 -04:00
base.c ath5k: fix recursive locking in ath5k_beacon_update 2008-07-29 16:55:04 -04:00
base.h Ath5k: fix memory corruption 2008-07-29 16:36:25 -04:00
debug.c wireless: correct warnings from using '%llx' for type 'u64' 2008-03-07 17:09:52 -05:00
debug.h ath5k: move rx and tx status structures out of hardware descriptor 2008-03-07 16:07:49 -05:00
hw.c Ath5k: flush work 2008-07-29 16:36:27 -04:00
hw.h ath5k: struct ath5k_desc cleanups 2008-03-07 16:07:49 -05:00
initvals.c ath5k: Add RF2425 initvals 2008-04-16 16:00:02 -04:00
Kconfig ath5k: convert LED code to use mac80211 triggers 2008-06-27 09:09:17 -04:00
Makefile ath5k: Port debug.c over to the new band API and enable as build option 2008-02-29 15:19:37 -05:00
phy.c ath5k: Add RF2425 initvals 2008-04-16 16:00:02 -04:00
reg.h ath5k: Identify RF2413 and deal with PHY_SPENDING 2008-03-07 16:02:58 -05:00