diff options
-rw-r--r-- | net/mac80211/ieee80211_i.h | 1 | ||||
-rw-r--r-- | net/mac80211/mlme.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 793f03e15191..2a80698b6324 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -1430,7 +1430,6 @@ void ieee80211_sta_rx_notify(struct ieee80211_sub_if_data *sdata, | |||
1430 | struct ieee80211_hdr *hdr); | 1430 | struct ieee80211_hdr *hdr); |
1431 | void ieee80211_sta_tx_notify(struct ieee80211_sub_if_data *sdata, | 1431 | void ieee80211_sta_tx_notify(struct ieee80211_sub_if_data *sdata, |
1432 | struct ieee80211_hdr *hdr, bool ack); | 1432 | struct ieee80211_hdr *hdr, bool ack); |
1433 | void ieee80211_beacon_connection_loss_work(struct work_struct *work); | ||
1434 | 1433 | ||
1435 | void ieee80211_wake_queues_by_reason(struct ieee80211_hw *hw, | 1434 | void ieee80211_wake_queues_by_reason(struct ieee80211_hw *hw, |
1436 | enum queue_stop_reason reason); | 1435 | enum queue_stop_reason reason); |
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index b9cb8dbe34d9..ddb2db5c5b05 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -1720,7 +1720,7 @@ static void __ieee80211_connection_loss(struct ieee80211_sub_if_data *sdata) | |||
1720 | mutex_unlock(&local->mtx); | 1720 | mutex_unlock(&local->mtx); |
1721 | } | 1721 | } |
1722 | 1722 | ||
1723 | void ieee80211_beacon_connection_loss_work(struct work_struct *work) | 1723 | static void ieee80211_beacon_connection_loss_work(struct work_struct *work) |
1724 | { | 1724 | { |
1725 | struct ieee80211_sub_if_data *sdata = | 1725 | struct ieee80211_sub_if_data *sdata = |
1726 | container_of(work, struct ieee80211_sub_if_data, | 1726 | container_of(work, struct ieee80211_sub_if_data, |