summaryrefslogtreecommitdiff
path: root/net/mac80211/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/status.c')
-rw-r--r--net/mac80211/status.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/mac80211/status.c b/net/mac80211/status.c
index 43439203f4e..d214d92a55c 100644
--- a/net/mac80211/status.c
+++ b/net/mac80211/status.c
@@ -672,6 +672,14 @@ void ieee80211_report_low_ack(struct ieee80211_sta *pubsta, u32 num_packets)
}
EXPORT_SYMBOL(ieee80211_report_low_ack);
+
+void ieee80211_roaming_status(struct ieee80211_vif *vif, bool enabled)
+{
+ struct ieee80211_sub_if_data *sdata = vif_to_sdata(vif);
+ cfg80211_roaming_status(sdata->dev, enabled, GFP_KERNEL);
+}
+EXPORT_SYMBOL(ieee80211_roaming_status);
+
void ieee80211_free_txskb(struct ieee80211_hw *hw, struct sk_buff *skb)
{
struct ieee80211_local *local = hw_to_local(hw);