From dcae31fa65c025846ea96b35d27c42c450675a38 Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Tue, 13 Dec 2011 10:59:55 -0800 Subject: compat-wireless: refresh patches automatic refresh Signed-off-by: Luis R. Rodriguez --- patches/12-mac80211-disable-tx-status.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patches/12-mac80211-disable-tx-status.patch') diff --git a/patches/12-mac80211-disable-tx-status.patch b/patches/12-mac80211-disable-tx-status.patch index 6d186509..019057d7 100644 --- a/patches/12-mac80211-disable-tx-status.patch +++ b/patches/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 -@@ -1950,6 +1950,7 @@ netdev_tx_t ieee80211_subif_start_xmit(s +@@ -1953,6 +1953,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; -@@ -1988,6 +1989,7 @@ netdev_tx_t ieee80211_subif_start_xmit(s +@@ -1991,6 +1992,7 @@ netdev_tx_t ieee80211_subif_start_xmit(s skb = orig_skb; } } -- cgit v1.2.3