summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/008-disable_usb_backport.patch
blob: 7efdbbb131abf5cf68da0146cbbddfccc25d539a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
--- a/net/wireless/compat-2.6.28.c
+++ b/net/wireless/compat-2.6.28.c
@@ -12,10 +12,11 @@
 
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28))
 
-#include <linux/usb.h>
-
 /* 2.6.28 compat code goes here */
 
+#ifdef CONFIG_AR9170_USB
+#include <linux/usb.h>
+
 /*
  * Compat-wireless notes for USB backport stuff:
  *
@@ -206,6 +207,7 @@ int usb_anchor_empty(struct usb_anchor *
 }
 
 EXPORT_SYMBOL_GPL(usb_anchor_empty);
+#endif
 
 
 void __iomem *pci_ioremap_bar(struct pci_dev *pdev, int bar)
--- a/include/net/compat-2.6.28.h
+++ b/include/net/compat-2.6.28.h
@@ -9,7 +9,6 @@
 
 #include <linux/skbuff.h>
 #include <linux/if_ether.h>
-#include <linux/usb.h>
 
 #ifndef ETH_P_PAE
 #define ETH_P_PAE 0x888E      /* Port Access Entity (IEEE 802.1X) */
@@ -42,6 +41,8 @@ extern void usb_poison_urb(struct urb *u
 #endif
 extern void usb_unpoison_urb(struct urb *urb);
 
+#ifdef CONFIG_AR9170_USB
+#include <linux/usb.h>
 #if 0
 extern void usb_poison_anchored_urbs(struct usb_anchor *anchor);
 #endif
@@ -49,6 +50,7 @@ extern void usb_poison_anchored_urbs(str
 extern struct urb *usb_get_from_anchor(struct usb_anchor *anchor);
 extern void usb_scuttle_anchored_urbs(struct usb_anchor *anchor);
 extern int usb_anchor_empty(struct usb_anchor *anchor);
+#endif
 
 
 void __iomem *pci_ioremap_bar(struct pci_dev *pdev, int bar);
--- a/net/wireless/compat-2.6.29.c
+++ b/net/wireless/compat-2.6.29.c
@@ -12,6 +12,7 @@
 
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29))
 
+#ifdef CONFIG_AR9170_USB
 #include <linux/usb.h>
 
 /**
@@ -34,6 +35,7 @@ void usb_unpoison_anchored_urbs(struct u
 	spin_unlock_irqrestore(&anchor->lock, flags);
 }
 EXPORT_SYMBOL_GPL(usb_unpoison_anchored_urbs);
+#endif
 
 
 #endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29) */
--- a/include/net/compat-2.6.29.h
+++ b/include/net/compat-2.6.29.h
@@ -41,7 +41,9 @@ static inline struct sk_buff *skb_queue_
 	return skb->prev;
 }
 
+#ifdef CONFIG_AR9170_USB
 extern void usb_unpoison_anchored_urbs(struct usb_anchor *anchor);
+#endif
 
 #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29)) */