add one more acx-mac80211 patch to finally allow its building on ar7
[oweals/openwrt.git] / package / acx-mac80211 / patches / 005-do_not_override_pci.patch
1 Index: acx-mac80211-20100302/pci.c
2 ===================================================================
3 --- acx-mac80211-20100302.orig/pci.c    2010-03-07 12:39:38.000000000 +0100
4 +++ acx-mac80211-20100302/pci.c 2010-03-07 12:40:02.000000000 +0100
5 @@ -17,8 +17,6 @@
6   */
7  #define ACX_MAC80211_PCI 1
8  
9 -#define CONFIG_PCI 1
10 -
11  #include <linux/version.h>
12  
13  #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33)