Search Linux Wireless

[PATCH 1/2] [compat-2.6] Update conpat.diff remove last skb->requeue part

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This was needed as long as skb->requeue was accessed in this part.

Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
---
 compat/compat.diff |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/compat/compat.diff b/compat/compat.diff
index c309732..fe99dec 100644
--- a/compat/compat.diff
+++ b/compat/compat.diff
@@ -858,24 +858,6 @@
  
  	return ops;
  }
---- a/net/mac80211/wme.c
-+++ b/net/mac80211/wme.c
-@@ -97,6 +97,7 @@ u16 ieee80211_select_queue(struct net_device *dev, struct sk_buff *skb)
- 	if (unlikely(queue >= local->hw.queues))
- 		queue = local->hw.queues - 1;
- 
-+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,28))
- 	/*
- 	 * Now we know the 1d priority, fill in the QoS header if
- 	 * there is one (and we haven't done this before).
-@@ -112,6 +113,7 @@ u16 ieee80211_select_queue(struct net_device *dev, struct sk_buff *skb)
- 		*p++ = ack_policy | tid;
- 		*p = 0;
- 	}
-+#endif
- 
- 	return queue;
- }
 --- a/net/rfkill/Makefile
 +++ b/net/rfkill/Makefile
 @@ -2,6 +2,6 @@
-- 
1.6.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux