mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-01 03:05:34 +00:00
Remove defined but not used variables
Remove defined but not used const variables. Issues detected by GCC running with -Wunused-const-variable option enabled. Link: https://lore.kernel.org/r/20210814160804.11634-1-fmdefrancesco@gmail.com
This commit is contained in:
parent
c597fa83da
commit
22a000acb9
@ -65,10 +65,6 @@ extern u8 convert_ip_addr(u8 hch, u8 mch, u8 lch);
|
|||||||
u32 rtw_rates[] = {1000000, 2000000, 5500000, 11000000,
|
u32 rtw_rates[] = {1000000, 2000000, 5500000, 11000000,
|
||||||
6000000, 9000000, 12000000, 18000000, 24000000, 36000000, 48000000, 54000000};
|
6000000, 9000000, 12000000, 18000000, 24000000, 36000000, 48000000, 54000000};
|
||||||
|
|
||||||
static const char *const iw_operation_mode[] = {
|
|
||||||
"Auto", "Ad-Hoc", "Managed", "Master", "Repeater", "Secondary", "Monitor"
|
|
||||||
};
|
|
||||||
|
|
||||||
static void indicate_wx_custom_event(_adapter *padapter, char *msg)
|
static void indicate_wx_custom_event(_adapter *padapter, char *msg)
|
||||||
{
|
{
|
||||||
u8 *buff;
|
u8 *buff;
|
||||||
|
Loading…
Reference in New Issue
Block a user