aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-03-27 08:18:39 -0400
committerJohn W. Linville <linville@tuxdriver.com>2012-04-10 14:54:06 -0400
commit78307daadf08cd471a2adfcebef8453fae9c8314 (patch)
tree6342240cf262243fa156544e63907e1e830b1fb7 /net/mac80211/util.c
parent4670cf7a84dfbc3c5a9b50a12afdee0003a40ed8 (diff)
mac80211: inline ieee80211_add_pending_skbs
This is a trivial wrapper function, inline it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/util.c')
-rw-r--r--net/mac80211/util.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c
index 5e23cf6389d0..4cb0fd2f5af9 100644
--- a/net/mac80211/util.c
+++ b/net/mac80211/util.c
@@ -404,12 +404,6 @@ void ieee80211_add_pending_skbs_fn(struct ieee80211_local *local,
404 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); 404 spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags);
405} 405}
406 406
407void ieee80211_add_pending_skbs(struct ieee80211_local *local,
408 struct sk_buff_head *skbs)
409{
410 ieee80211_add_pending_skbs_fn(local, skbs, NULL, NULL);
411}
412
413void ieee80211_stop_queues_by_reason(struct ieee80211_hw *hw, 407void ieee80211_stop_queues_by_reason(struct ieee80211_hw *hw,
414 enum queue_stop_reason reason) 408 enum queue_stop_reason reason)
415{ 409{