diff options
Diffstat (limited to 'net/mac80211/util.c')
-rw-r--r-- | net/mac80211/util.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c index fb89e1d0aa03..5cd430333f08 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c | |||
@@ -352,8 +352,8 @@ static void __ieee80211_wake_queue(struct ieee80211_hw *hw, int queue, | |||
352 | } | 352 | } |
353 | } | 353 | } |
354 | 354 | ||
355 | void ieee80211_wake_queue_by_reason(struct ieee80211_hw *hw, int queue, | 355 | static void ieee80211_wake_queue_by_reason(struct ieee80211_hw *hw, int queue, |
356 | enum queue_stop_reason reason) | 356 | enum queue_stop_reason reason) |
357 | { | 357 | { |
358 | struct ieee80211_local *local = hw_to_local(hw); | 358 | struct ieee80211_local *local = hw_to_local(hw); |
359 | unsigned long flags; | 359 | unsigned long flags; |
@@ -382,8 +382,8 @@ static void __ieee80211_stop_queue(struct ieee80211_hw *hw, int queue, | |||
382 | netif_stop_subqueue(local->mdev, queue); | 382 | netif_stop_subqueue(local->mdev, queue); |
383 | } | 383 | } |
384 | 384 | ||
385 | void ieee80211_stop_queue_by_reason(struct ieee80211_hw *hw, int queue, | 385 | static void ieee80211_stop_queue_by_reason(struct ieee80211_hw *hw, int queue, |
386 | enum queue_stop_reason reason) | 386 | enum queue_stop_reason reason) |
387 | { | 387 | { |
388 | struct ieee80211_local *local = hw_to_local(hw); | 388 | struct ieee80211_local *local = hw_to_local(hw); |
389 | unsigned long flags; | 389 | unsigned long flags; |