linux/drivers/net/wireless/realtek/rtlwifi
Colin Ian King f80ead1cd5 rtlwifi: remove redundant initialization to cfg_cmd
cfg_cmd is initialized to zero and this value is never read, instead
it is over-written in the start of a do-while loop. Remove the
redundant initialization. Cleans up clang warning:

drivers/net/wireless/realtek/rtlwifi/core.c:1750:22: warning: Value
stored to 'cfg_cmd' during its initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2017-11-08 14:44:42 +02:00
..
btcoexist Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-11-04 09:26:51 +09:00
rtl8188ee rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISR 2017-11-08 14:30:18 +02:00
rtl8192c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rtl8192ce rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISR 2017-11-08 14:30:18 +02:00
rtl8192cu Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-11-04 09:26:51 +09:00
rtl8192de rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISR 2017-11-08 14:30:18 +02:00
rtl8192ee rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISR 2017-11-08 14:30:18 +02:00
rtl8192se rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISR 2017-11-08 14:30:18 +02:00
rtl8723ae rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISR 2017-11-08 14:30:18 +02:00
rtl8723be rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISR 2017-11-08 14:30:18 +02:00
rtl8723com Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-11-04 09:26:51 +09:00
rtl8821ae rtlwifi: drop unused ppsc->last_wakeup_time 2017-11-08 14:33:06 +02:00
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
base.c rtlwifi: remove redundant pointer tid_data 2017-11-08 14:39:25 +02:00
base.h rtlwifi: Convert timers to use timer_setup() 2017-10-27 10:41:57 +03:00
cam.c rtlwifi: Fix programing CAM content sequence. 2017-02-07 09:25:08 +02:00
cam.h
core.c rtlwifi: remove redundant initialization to cfg_cmd 2017-11-08 14:44:42 +02:00
core.h
debug.c rtlwifi: extend debug_comp to u64 2017-06-21 18:28:02 +03:00
debug.h rtlwifi: Add TX report and disable key to force wait until report acked. 2017-06-21 18:28:03 +03:00
efuse.c rtlwifi: rtl8723be: btcoex: add package_type function to btcoex 2017-02-07 09:25:08 +02:00
efuse.h rtlwifi: rtl8723be: btcoex: add package_type function to btcoex 2017-02-07 09:25:08 +02:00
pci.c rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISR 2017-11-08 14:30:18 +02:00
pci.h rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISR 2017-11-08 14:30:18 +02:00
ps.c rtlwifi: Convert timers to use timer_setup() 2017-10-27 10:41:57 +03:00
ps.h rtlwifi: Remove unused parameter from rtl_ps_set_rf_state() 2016-07-05 17:31:41 +03:00
pwrseqcmd.h
rc.c rtlwifi: constify rate_control_ops structure 2017-08-08 14:53:08 +03:00
rc.h
regd.c rtlwifi: fix spelling mistake: "conuntry" -> "country" 2017-03-08 17:07:32 +02:00
regd.h
stats.c rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00
stats.h rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00
usb.c rtlwifi: Remove seq_number from rtl_tid_data 2017-10-27 11:02:58 +03:00
usb.h rtlwifi: Move items out of rtl_pci_priv and rtl_usb_priv 2017-02-08 17:24:42 +02:00
wifi.h rtlwifi: drop unused ppsc->last_wakeup_time 2017-11-08 14:33:06 +02:00