Update conpat.diff remove last skb->requeue part
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 18 Jun 2009 19:38:34 +0000 (21:38 +0200)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 18 Jun 2009 22:38:13 +0000 (15:38 -0700)
This was needed as long as skb->requeue was accessed in this part.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
compat/compat.diff

index c309732f96d387dc6e64d2075d1c16e7ddfb428b..fe99decb3a9e47e2d2c45597f3e855134fd437dc 100644 (file)
  
        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 @@