mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 12:21:37 +00:00
staging: rtl8712: remove unused array iw_operation_mode
Array iw_operation_mode is defined but is never used hence it is redundant and can be removed. This array has been like this since the driver was added back in 2010 Cleans up clang warning: warning: 'iw_operation_mode' defined but not used [-Wunused-const-variable=] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1257bf8052
commit
23c41ca617
@ -67,11 +67,6 @@ static const long ieee80211_wlan_frequencies[] = {
|
||||
2472, 2484
|
||||
};
|
||||
|
||||
static const char * const iw_operation_mode[] = {
|
||||
"Auto", "Ad-Hoc", "Managed", "Master", "Repeater", "Secondary",
|
||||
"Monitor"
|
||||
};
|
||||
|
||||
void r8712_indicate_wx_assoc_event(struct _adapter *padapter)
|
||||
{
|
||||
union iwreq_data wrqu;
|
||||
|
Loading…
Reference in New Issue
Block a user