diff options
Diffstat (limited to 'patches/22-multiqueue.patch')
| -rw-r--r-- | patches/22-multiqueue.patch | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/patches/22-multiqueue.patch b/patches/22-multiqueue.patch index a16357ed..981d6834 100644 --- a/patches/22-multiqueue.patch +++ b/patches/22-multiqueue.patch @@ -96,7 +96,7 @@ queue by using skb_set_queue_mapping(skb, 0) through ieee80211_tx_skb()  --- a/net/mac80211/tx.c  +++ b/net/mac80211/tx.c -@@ -1620,6 +1620,10 @@ static void ieee80211_xmit(struct ieee80 +@@ -1621,6 +1621,10 @@ static void ieee80211_xmit(struct ieee80   				return;   			} @@ -107,7 +107,7 @@ queue by using skb_set_queue_mapping(skb, 0) through ieee80211_tx_skb()   	ieee80211_set_qos_hdr(local, skb);   	ieee80211_tx(sdata, skb, false);   	rcu_read_unlock(); -@@ -2092,7 +2096,14 @@ void ieee80211_tx_pending(unsigned long  +@@ -2093,7 +2097,14 @@ void ieee80211_tx_pending(unsigned long    		if (skb_queue_empty(&local->pending[i]))   			list_for_each_entry_rcu(sdata, &local->interfaces, list) | 
