Commit ebe92393 authored by Joshua Clayton's avatar Joshua Clayton Committed by Greg Kroah-Hartman

staging: rtl8712: removed unused wrapper structs

Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex,
and are unused.
Signed-off-by: default avatarJoshua Clayton <stillcompiling@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9bdb70ec
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment