linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae
zhengbin 0fc44cd4c4 rtlwifi: rtl8821ae: Remove set but not used variables 'rtstatus','bd'
Fixes gcc '-Wunused-but-set-variable' warning:

drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c: In function rtl8812ae_phy_config_rf_with_headerfile:
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c:2079:7: warning: variable rtstatus set but not used [-Wunused-but-set-variable]
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c: In function rtl8821ae_phy_config_rf_with_headerfile:
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c:2114:7: warning: variable rtstatus set but not used [-Wunused-but-set-variable]
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c: In function _rtl8812ae_phy_get_txpower_limit:
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c:2354:6: warning: variable bd set but not used [-Wunused-but-set-variable]

They are not used since commit f1d2b4d338 ("rtlwifi:
rtl818x: Move drivers into new realtek directory")

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-10-09 11:22:38 +03:00
..
def.h rtlwifi: rtl8188ee: rtl8192ce: rtl8192de: rtl8723ae: rtl8821ae: Remove some unused bit manipulation macros 2019-09-13 17:55:40 +03: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 set but not used variables 'rtstatus','bd' 2019-10-09 11:22:38 +03: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: remove assignment to itself 2019-07-24 14:54:56 +03: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: Fix incorrect returned values 2019-09-03 16:34:23 +03:00