linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae
zhengbin a3e017fd89 rtlwifi: rtl8723ae: Remove set but not used variables 'reg_ecc','reg_ec4','reg_eac','b_pathb_ok'
Fixes gcc '-Wunused-but-set-variable' warning:

drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.c: In function rtl8723e_phy_iq_calibrate:
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.c:1346:6: warning: variable reg_ecc set but not used [-Wunused-but-set-variable]
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.c: In function rtl8723e_phy_iq_calibrate:
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.c:1345:61: warning: variable reg_ec4 set but not used [-Wunused-but-set-variable]
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.c: In function rtl8723e_phy_iq_calibrate:
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.c:1345:34: warning: variable reg_eac set but not used [-Wunused-but-set-variable]
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.c: In function rtl8723e_phy_iq_calibrate:
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.c:1344:19: warning: variable b_pathb_ok 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:39 +03:00
..
btc.h rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02: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: rtl8723ae: Make rtl8723e_dm_refresh_rate_adaptive_mask static 2019-04-13 14:17:52 +03:00
dm.h rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
fw.c rtlwifi: fix potential NULL pointer dereference 2019-04-04 13:25:27 +03:00
fw.h rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
hal_bt_coexist.c rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
hal_bt_coexist.h rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
hal_btc.c rtlwifi: rtl8723ae: Remove set but not used variable 'bt_retry_cnt' 2019-02-28 10:39:46 +02:00
hal_btc.h rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
hw.c rtlwifi: rtl8723ae: Fix missing break in switch statement 2019-04-25 19:55:48 +03:00
hw.h rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
led.c rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
led.h rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +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: rtl8723ae: Remove set but not used variables 'reg_ecc','reg_ec4','reg_eac','b_pathb_ok' 2019-10-09 11:22:39 +03:00
phy.h rtlwifi: rtl8723{be,ae}: Remove CamelCase variables 2019-02-19 17:03:05 +02:00
pwrseq.c rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
pwrseq.h rtlwifi: rtl8723{be,ae}: Remove CamelCase variables 2019-02-19 17:03:05 +02:00
reg.h rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
rf.c rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
rf.h rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
sw.c rtlwifi: remove assignment to itself 2019-07-24 14:54:56 +03:00
sw.h rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
table.c rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
table.h rtlwifi: rtl8723ae: Replace old-style license information 2019-02-19 17:00:24 +02:00
trx.c rtlwifi: rtl8723ae: Convert inline routines to little-endian words 2019-09-13 17:55:35 +03:00
trx.h rtlwifi: rtl8723ae: Convert inline routines to little-endian words 2019-09-13 17:55:35 +03:00