linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae
Larry Finger 4f29b348bd rtlwifi: rtl8723ae: Fix potential race condition
Flag rfchange_inprogress in struct rtl_ps_ctl is protected by a spinlock
in most routines but not in rtl8723e_dm_watchdog(), which could
lead to a race condition. The necessary locking to prevent this condition
is added.

Reported-by: Pavel Andrianov <andrianov@ispras.ru>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Pavel Andrianov <andrianov@ispras.ru>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-07-05 17:31:43 +03:00
..
btc.h
def.h
dm.c rtlwifi: rtl8723ae: Fix potential race condition 2016-07-05 17:31:43 +03:00
dm.h
fw.c
fw.h
hal_bt_coexist.c
hal_bt_coexist.h
hal_btc.c rtlwifi: rtl8723ae: Fix Smatch warning 2016-04-06 21:36:25 +03:00
hal_btc.h
hw.c rtlwifi: fix error handling in *_read_adapter_info() 2016-06-16 18:13:33 +03:00
hw.h
led.c
led.h
Makefile
phy.c
phy.h
pwrseq.c
pwrseq.h
reg.h
rf.c
rf.h
sw.c
sw.h
table.c
table.h
trx.c rtlwifi: pass struct rtl_stats by reference as it is more efficient 2016-03-07 14:25:00 +02:00
trx.h rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00