staging: rtl8712: removed unused wrapper structs
Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
9bdb70ecdd
Коммит
ebe92393ca
|
@ -122,15 +122,6 @@ struct usb_suspend_parm {
|
|||
u32 action; /* 1: sleep, 0:resume */
|
||||
};
|
||||
|
||||
/*
|
||||
* Caller Mode: Infra, Ad-Hoc
|
||||
* Notes: To join the specified bss
|
||||
* Command Event Mode
|
||||
*/
|
||||
struct joinbss_parm {
|
||||
struct ndis_wlan_bssid_ex network;
|
||||
};
|
||||
|
||||
/*
|
||||
* Caller Mode: Infra, Ad-HoC(C)
|
||||
* Notes: To disconnect the current associated BSS
|
||||
|
@ -140,15 +131,6 @@ struct disconnect_parm {
|
|||
u32 rsvd;
|
||||
};
|
||||
|
||||
/*
|
||||
* Caller Mode: AP, Ad-HoC(M)
|
||||
* Notes: To create a BSS
|
||||
* Command Mode
|
||||
*/
|
||||
struct createbss_parm {
|
||||
struct ndis_wlan_bssid_ex network;
|
||||
};
|
||||
|
||||
/*
|
||||
* Caller Mode: AP, Ad-HoC, Infra
|
||||
* Notes: To set the NIC mode of RTL8711
|
||||
|
|
Загрузка…
Ссылка в новой задаче