upgrade a few packages to newer versions (includes patch by kaloz) - preparation...
[openwrt-10.03/.git] / package / acx / patches / 003-2.6.22_compat.patch
1 diff -Nur acx-20070101/common.c acx-20070101-owrt/common.c
2 --- acx-20070101/common.c       2007-01-10 22:15:27.000000000 +0100
3 +++ acx-20070101-owrt/common.c  2007-06-02 18:02:39.000000000 +0200
4 @@ -2754,7 +2754,7 @@
5         skb->dev = adev->ndev;
6         skb->dev->last_rx = jiffies;
7  
8 -       skb->mac.raw = skb->data;
9 +//     skb->mac.raw = skb->data;
10         skb->ip_summed = CHECKSUM_NONE;
11         skb->pkt_type = PACKET_OTHERHOST;
12         skb->protocol = htons(ETH_P_80211_RAW);