2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae
YueHaibing 3e42a66dfd rtlwifi: rtl8821ae: Remove set but not used variables 'cur_txokcnt' and 'b_last_is_cur_rdl_state'
Fixes gcc '-Wunused-but-set-variable' warning:

drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c: In function rtl8821ae_dm_check_rssi_monitor:
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c:658:6: warning: variable cur_txokcnt set but not used [-Wunused-but-set-variable]
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c: In function rtl8821ae_dm_check_edca_turbo:
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c:2657:7: warning: variable b_last_is_cur_rdl_state set but not used [-Wunused-but-set-variable]

They are never used so can be removed.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-05-28 15:37:10 +03:00
..
def.h rtlwifi: rtl8821ae: Replace old-style license information 2019-02-19 17:00:43 +02:00
dm.c rtlwifi: rtl8821ae: Remove set but not used variables 'cur_txokcnt' and 'b_last_is_cur_rdl_state' 2019-05-28 15:37:10 +03:00
dm.h rtlwifi: rtl8821ae: Remove CamelCase variables 2019-02-19 17:03:10 +02:00
fw.c rtlwifi: fix potential NULL pointer dereference 2019-04-04 13:25:27 +03:00
fw.h rtlwifi: rtl8821ae: Replace old-style license information 2019-02-19 17:00:43 +02:00
hw.c rtlwifi: rtl8821ae: Remove CamelCase variables 2019-02-19 17:03:10 +02:00
hw.h rtlwifi: rtl8821ae: Replace old-style license information 2019-02-19 17:00:43 +02:00
led.c rtlwifi: rtl8821ae: Replace old-style license information 2019-02-19 17:00:43 +02:00
led.h rtlwifi: rtl8821ae: Replace old-style license information 2019-02-19 17:00:43 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
phy.c rtlwifi: rtl8821ae: Remove CamelCase variables 2019-02-19 17:03:10 +02:00
phy.h rtlwifi: rtl8821ae: Remove CamelCase variables 2019-02-19 17:03:10 +02:00
pwrseq.c rtlwifi: rtl8821ae: Replace old-style license information 2019-02-19 17:00:43 +02:00
pwrseq.h rtlwifi: rtl8821ae: Replace old-style license information 2019-02-19 17:00:43 +02:00
reg.h rtlwifi: rtl8821ae: Remove CamelCase variables 2019-02-19 17:03:10 +02:00
rf.c rtlwifi: rtl8821ae: Replace old-style license information 2019-02-19 17:00:43 +02:00
rf.h rtlwifi: rtl8821ae: Replace old-style license information 2019-02-19 17:00:43 +02:00
sw.c rtlwifi: rtl8821ae: Replace old-style license information 2019-02-19 17:00:43 +02:00
sw.h rtlwifi: rtl8821ae: Replace old-style license information 2019-02-19 17:00:43 +02:00
table.c rtlwifi: rtl8821ae: Remove CamelCase variables 2019-02-19 17:03:10 +02:00
table.h rtlwifi: rtl8821ae: Replace old-style license information 2019-02-19 17:00:43 +02:00
trx.c rtlwifi: rtl8821ae: Convert inline routines to little-endian words 2019-05-28 15:35:00 +03:00
trx.h rtlwifi: rtl8821ae: Convert inline routines to little-endian words 2019-05-28 15:35:00 +03:00