|
@@ -2919,6 +2919,16 @@ void ieee80211_cqm_rssi_notify(struct ieee80211_vif *vif,
|
|
|
enum nl80211_cqm_rssi_threshold_event rssi_event,
|
|
|
gfp_t gfp);
|
|
|
|
|
|
+/**
|
|
|
+ * ieee80211_get_operstate - get the operstate of the vif
|
|
|
+ *
|
|
|
+ * @vif: &struct ieee80211_vif pointer from the add_interface callback.
|
|
|
+ *
|
|
|
+ * The driver might need to know the operstate of the net_device
|
|
|
+ * (specifically, whether the link is IF_OPER_UP after resume)
|
|
|
+ */
|
|
|
+unsigned char ieee80211_get_operstate(struct ieee80211_vif *vif);
|
|
|
+
|
|
|
/**
|
|
|
* ieee80211_chswitch_done - Complete channel switch process
|
|
|
* @vif: &struct ieee80211_vif pointer from the add_interface callback.
|