|
@@ -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
|