1
0
Fork 0
alistair23-linux/drivers/staging/rtl8192e/rtl8192e
YueHaibing 880cbfa024 staging: rtl8192e: Remove set but not used variables 'broad_addr, stype'
Fixes gcc '-Wunused-but-set-variable' warning:

drivers/staging/rtl8192e/rtl8192e/rtl_core.c: In function '_rtl92e_tx':
drivers/staging/rtl8192e/rtl8192e/rtl_core.c:1732:28: warning:
 variable 'broad_addr' set but not used [-Wunused-but-set-variable]

drivers/staging/rtl8192e/rtl8192e/rtl_core.c:1731:24: warning:
 variable 'stype' set but not used [-Wunused-but-set-variable]

This remove unnessesary bool variable 'multi_addr, broad_addr, uni_addr'
Also 'stype' never used and  can be removed.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-02-19 11:14:14 +01:00
..
Kconfig Staging: rtl8192e: kconfig: Remove blank help text 2018-02-02 23:53:10 +09:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
r8190P_def.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
r8190P_rtl8256.c Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
r8190P_rtl8256.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
r8192E_cmdpkt.c Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
r8192E_cmdpkt.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
r8192E_dev.c staging: rtl8192e: fix various indentation issues 2019-01-15 16:08:36 +01:00
r8192E_dev.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
r8192E_firmware.c Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
r8192E_firmware.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
r8192E_hw.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
r8192E_hwimg.c staging: rtl8192e: fixed block comments should align the * on each line 2016-09-26 22:22:14 +02:00
r8192E_hwimg.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
r8192E_phy.c Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
r8192E_phy.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
r8192E_phyreg.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtl_cam.c Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtl_cam.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtl_core.c staging: rtl8192e: Remove set but not used variables 'broad_addr, stype' 2019-02-19 11:14:14 +01:00
rtl_core.h staging: rtl8192e: Convert timers to use timer_setup() 2017-10-18 15:44:39 +02:00
rtl_dm.c staging: rtl8192e: fix various indentation issues 2019-01-15 16:08:36 +01:00
rtl_dm.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtl_eeprom.c Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtl_eeprom.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtl_ethtool.c
rtl_pci.c
rtl_pci.h
rtl_pm.c staging: rtl8192e: Convert timers to use timer_setup() 2017-10-18 15:44:39 +02:00
rtl_pm.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtl_ps.c staging: rtl8192e: Fix embedded function names with __func__ 2017-03-29 09:39:08 +02:00
rtl_ps.h
rtl_wx.c staging: rtl8192e: fix various indentation issues 2019-01-15 16:08:36 +01:00
rtl_wx.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00