diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-03-27 14:18:39 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-10 20:54:06 +0200 |
commit | 78307daadf08cd471a2adfcebef8453fae9c8314 (patch) | |
tree | 6342240cf262243fa156544e63907e1e830b1fb7 /net/mac80211/util.c | |
parent | mac80211: make ieee80211_downgrade_queue static (diff) | |
download | linux-78307daadf08cd471a2adfcebef8453fae9c8314.tar.xz linux-78307daadf08cd471a2adfcebef8453fae9c8314.zip |
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 '')
-rw-r--r-- | net/mac80211/util.c | 6 |
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, spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags); } -void ieee80211_add_pending_skbs(struct ieee80211_local *local, - struct sk_buff_head *skbs) -{ - ieee80211_add_pending_skbs_fn(local, skbs, NULL, NULL); -} - void ieee80211_stop_queues_by_reason(struct ieee80211_hw *hw, enum queue_stop_reason reason) { |