linux/drivers/staging/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
..
rtl8192e staging: rtl8192e: Remove set but not used variables 'broad_addr, stype' 2019-02-19 11:14:14 +01:00
dot11d.c staging: rtl8192e: rename parameters of function dot11d_update_country - style 2019-02-11 10:02:47 +01:00
dot11d.h staging: rtl8192e: rename macro arguments to avoid camel case - style 2019-02-14 10:47:20 +01:00
Kconfig
license
Makefile
rtl819x_BA.h
rtl819x_BAProc.c staging: rtl8192e: fix various indentation issues 2019-01-15 16:08:36 +01:00
rtl819x_HT.h
rtl819x_HTProc.c
rtl819x_Qos.h
rtl819x_TS.h
rtl819x_TSProc.c
rtllib_crypt_ccmp.c Staging/IIO driver patches for 4.21-rc1 2018-12-28 20:39:58 -08:00
rtllib_crypt_tkip.c staging: rtl8192e: fix various indentation issues 2019-01-15 16:08:36 +01:00
rtllib_crypt_wep.c lib80211: Remove VLA usage of skcipher 2018-09-28 12:46:07 +08:00
rtllib_debug.h
rtllib_module.c
rtllib_rx.c staging: rtl8192e: rename function Dot11d_UpdateCountryIe to dot11d_update_country - style 2019-02-11 10:02:47 +01:00
rtllib_softmac_wx.c
rtllib_softmac.c staging: rtl8192e: rename function DOT11D_ScanComplete to dot11d_scan_complete - style 2019-02-11 10:02:47 +01:00
rtllib_tx.c
rtllib_wx.c
rtllib.h staging: rtl8192e: rename members of struct rtllib_device - style 2019-02-07 13:36:02 +01:00
TODO