mirror of
https://github.com/torvalds/linux.git
synced 2024-12-07 19:41:31 +00:00
wifi: rtl8xxxu: Dump the efuse only for untested devices
It appears this was the intention all along, but commit 3307d84024
("rtl8xxxu: Add initial code to parse rtl8192eu efuse") initialised
rtl8xxxu_debug with RTL8XXXU_DEBUG_EFUSE for no apparent reason, which
made it dump the efuse for all devices, even the tested ones.
Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/d53fcf97-d6d2-3c75-14d5-97b58a5f3a6c@gmail.com
This commit is contained in:
parent
aa1a492689
commit
de7d0ff301
@ -34,7 +34,7 @@
|
||||
|
||||
#define DRIVER_NAME "rtl8xxxu"
|
||||
|
||||
int rtl8xxxu_debug = RTL8XXXU_DEBUG_EFUSE;
|
||||
int rtl8xxxu_debug;
|
||||
static bool rtl8xxxu_ht40_2g;
|
||||
static bool rtl8xxxu_dma_aggregation;
|
||||
static int rtl8xxxu_dma_agg_timeout = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user