diff options
Diffstat (limited to 'patches/network/12-mac80211-disable-tx-status.patch')
| -rw-r--r-- | patches/network/12-mac80211-disable-tx-status.patch | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/patches/network/12-mac80211-disable-tx-status.patch b/patches/network/12-mac80211-disable-tx-status.patch index 2c43013f..97ac8d33 100644 --- a/patches/network/12-mac80211-disable-tx-status.patch +++ b/patches/network/12-mac80211-disable-tx-status.patch @@ -6,7 +6,7 @@ So we need to just ifdef this part out.  --- a/net/mac80211/tx.c  +++ b/net/mac80211/tx.c -@@ -1966,6 +1966,7 @@ netdev_tx_t ieee80211_subif_start_xmit(s +@@ -1958,6 +1958,7 @@ netdev_tx_t ieee80211_subif_start_xmit(s   		goto fail;   	} @@ -14,7 +14,7 @@ So we need to just ifdef this part out.   	if (unlikely(!multicast && skb->sk &&   		     skb_shinfo(skb)->tx_flags & SKBTX_WIFI_STATUS)) {   		struct sk_buff *orig_skb = skb; -@@ -2004,6 +2005,7 @@ netdev_tx_t ieee80211_subif_start_xmit(s +@@ -1996,6 +1997,7 @@ netdev_tx_t ieee80211_subif_start_xmit(s   			skb = orig_skb;   		}   	} | 
