|
@@ -472,6 +472,9 @@ struct ieee80211_channel;
|
|
* wireless extensions but this is subject to reevaluation as soon as this
|
|
* wireless extensions but this is subject to reevaluation as soon as this
|
|
* code is used more widely and we have a first user without wext.
|
|
* code is used more widely and we have a first user without wext.
|
|
*
|
|
*
|
|
|
|
+ * @suspend: wiphy device needs to be suspended
|
|
|
|
+ * @resume: wiphy device needs to be resumed
|
|
|
|
+ *
|
|
* @add_virtual_intf: create a new virtual interface with the given name,
|
|
* @add_virtual_intf: create a new virtual interface with the given name,
|
|
* must set the struct wireless_dev's iftype.
|
|
* must set the struct wireless_dev's iftype.
|
|
*
|
|
*
|
|
@@ -525,6 +528,9 @@ struct ieee80211_channel;
|
|
* @set_mgmt_extra_ie: Set extra IE data for management frames
|
|
* @set_mgmt_extra_ie: Set extra IE data for management frames
|
|
*/
|
|
*/
|
|
struct cfg80211_ops {
|
|
struct cfg80211_ops {
|
|
|
|
+ int (*suspend)(struct wiphy *wiphy);
|
|
|
|
+ int (*resume)(struct wiphy *wiphy);
|
|
|
|
+
|
|
int (*add_virtual_intf)(struct wiphy *wiphy, char *name,
|
|
int (*add_virtual_intf)(struct wiphy *wiphy, char *name,
|
|
enum nl80211_iftype type, u32 *flags,
|
|
enum nl80211_iftype type, u32 *flags,
|
|
struct vif_params *params);
|
|
struct vif_params *params);
|