aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2011-09-29 10:04:30 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-09-30 15:57:13 -0400
commitb0b97a8ad5c4640785f9a1c8e979f1c0fba147e1 (patch)
tree7cd00e44ca83c0864dc3515a72e5d8d069da32c9 /net/mac80211/ieee80211_i.h
parent948d887dec1042a7d78ae311908113e26502062f (diff)
mac80211: remove return value from add_pending_skbs
Now that we no longer use the return value, we no longer need to maintain it either, so remove it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 5cadcbbc9a57..674b23ea14d7 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -1303,11 +1303,11 @@ void ieee80211_stop_queue_by_reason(struct ieee80211_hw *hw, int queue,
1303 enum queue_stop_reason reason); 1303 enum queue_stop_reason reason);
1304void ieee80211_add_pending_skb(struct ieee80211_local *local, 1304void ieee80211_add_pending_skb(struct ieee80211_local *local,
1305 struct sk_buff *skb); 1305 struct sk_buff *skb);
1306int ieee80211_add_pending_skbs(struct ieee80211_local *local, 1306void ieee80211_add_pending_skbs(struct ieee80211_local *local,
1307 struct sk_buff_head *skbs); 1307 struct sk_buff_head *skbs);
1308int ieee80211_add_pending_skbs_fn(struct ieee80211_local *local, 1308void ieee80211_add_pending_skbs_fn(struct ieee80211_local *local,
1309 struct sk_buff_head *skbs, 1309 struct sk_buff_head *skbs,
1310 void (*fn)(void *data), void *data); 1310 void (*fn)(void *data), void *data);
1311 1311
1312void ieee80211_send_auth(struct ieee80211_sub_if_data *sdata, 1312void ieee80211_send_auth(struct ieee80211_sub_if_data *sdata,
1313 u16 transaction, u16 auth_alg, 1313 u16 transaction, u16 auth_alg,