aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 5fe9db707880..080cf0942ce7 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -958,14 +958,7 @@ struct ieee80211_local {
958 struct sk_buff_head skb_queue; 958 struct sk_buff_head skb_queue;
959 struct sk_buff_head skb_queue_unreliable; 959 struct sk_buff_head skb_queue_unreliable;
960 960
961 /* 961 spinlock_t rx_path_lock;
962 * Internal FIFO queue which is shared between multiple rx path
963 * stages. Its main task is to provide a serialization mechanism,
964 * so all rx handlers can enjoy having exclusive access to their
965 * private data structures.
966 */
967 struct sk_buff_head rx_skb_queue;
968 bool running_rx_handler; /* protected by rx_skb_queue.lock */
969 962
970 /* Station data */ 963 /* Station data */
971 /* 964 /*