mirror_ubuntu-kernels/drivers/net/wireless/realtek/rtlwifi/rtl8723be
Yang Yingliang 313950c211 wifi: rtlwifi: rtl8723be: don't call kfree_skb() under spin_lock_irqsave()
It is not allowed to call kfree_skb() from hardware interrupt
context or with interrupts being disabled. All the SKBs have
been dequeued from the old queue, so it's safe to enqueue these
SKBs to a free queue, then free them after spin_unlock_irqrestore()
at once. Compile tested only.

Fixes: 5c99f04fec ("rtlwifi: rtl8723be: Update driver to match Realtek release of 06/28/14")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221207141411.46098-4-yangyingliang@huawei.com
2022-12-14 14:20:38 +02:00
..
def.h
dm.c rtlwifi: rtl8723be: use true,false for bool variable large_cfo_hit 2020-09-22 10:18:38 +03:00
dm.h
fw.c rtlwifi: rtl8723be Rename RT_TRACE to rtl_dbg 2020-08-31 18:26:05 +03:00
fw.h rtlwifi: rtl8723be: Remove usage of private bit manipulation macros 2019-12-18 20:22:33 +02:00
hw.c wifi: rtlwifi: rtl8723be: don't call kfree_skb() under spin_lock_irqsave() 2022-12-14 14:20:38 +02:00
hw.h
led.c rtlwifi: rtl8723be Rename RT_TRACE to rtl_dbg 2020-08-31 18:26:05 +03:00
led.h
Makefile
phy.c rtlwifi: rtl8723be: Remove set but unused variable 'lc_cal' 2020-11-07 18:14:41 +02:00
phy.h
pwrseq.c
pwrseq.h
reg.h
rf.c rtlwifi: rtl8723be Rename RT_TRACE to rtl_dbg 2020-08-31 18:26:05 +03:00
rf.h
sw.c rtlwifi: rtl8723be: use true,false for bool variables 2020-04-21 15:57:54 +03:00
table.c
table.h
trx.c rtlwifi: Fix spelling mistake "cacluated" -> "calculated" 2022-04-12 16:54:05 +03:00
trx.h rtlwifi: rtl8723be: Convert inline routines to little-endian words 2019-09-13 17:55:39 +03:00