aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211/patches/100-hw-queue-check-fix.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-01-27 21:15:48 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-01-27 21:15:48 +0000
commit2c0e5f83dbc85b9425b063f48d1de600abcc6f15 (patch)
treee9b7e40a7eb59b8ae061fd281d6e645424a6c969 /package/acx-mac80211/patches/100-hw-queue-check-fix.patch
parent4947dab66aee138c5e7f2dab2c23024a6392bc90 (diff)
downloadupstream-2c0e5f83dbc85b9425b063f48d1de600abcc6f15.tar.gz
upstream-2c0e5f83dbc85b9425b063f48d1de600abcc6f15.tar.bz2
upstream-2c0e5f83dbc85b9425b063f48d1de600abcc6f15.zip
acx-mac80211: refresh patches
SVN-Revision: 35333
Diffstat (limited to 'package/acx-mac80211/patches/100-hw-queue-check-fix.patch')
-rw-r--r--package/acx-mac80211/patches/100-hw-queue-check-fix.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/acx-mac80211/patches/100-hw-queue-check-fix.patch b/package/acx-mac80211/patches/100-hw-queue-check-fix.patch
index 62f2998e85..73366f3423 100644
--- a/package/acx-mac80211/patches/100-hw-queue-check-fix.patch
+++ b/package/acx-mac80211/patches/100-hw-queue-check-fix.patch
@@ -1,6 +1,6 @@
--- a/mem.c
+++ b/mem.c
-@@ -2026,7 +2026,7 @@ static int __devinit acxmem_probe(struct
+@@ -2036,7 +2036,7 @@ static int acxmem_probe(struct platform_
*/
ieee->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION)
| BIT(NL80211_IFTYPE_ADHOC);
@@ -11,7 +11,7 @@
/* TODO: although in the original driver the maximum value was
--- a/pci.c
+++ b/pci.c
-@@ -1010,7 +1010,7 @@ static int __devinit acxpci_probe(struct
+@@ -1022,7 +1022,7 @@ static int acxpci_probe(struct pci_dev *
BIT(NL80211_IFTYPE_STATION) |
BIT(NL80211_IFTYPE_ADHOC) |
BIT(NL80211_IFTYPE_AP);
@@ -20,7 +20,7 @@
/* OW TODO Check if RTS/CTS threshold can be included here */
/* TODO: although in the original driver the maximum value was
-@@ -1682,7 +1682,7 @@ static __devinit int vlynq_probe(struct
+@@ -1691,7 +1691,7 @@ static int vlynq_probe(struct vlynq_devi
BIT(NL80211_IFTYPE_STATION) |
BIT(NL80211_IFTYPE_ADHOC) |
BIT(NL80211_IFTYPE_AP);
@@ -31,7 +31,7 @@
* TODO OW 20100615 This should into a common init code
--- a/usb.c
+++ b/usb.c
-@@ -1627,7 +1627,7 @@ acxusb_probe(struct usb_interface *intf,
+@@ -1624,7 +1624,7 @@ acxusb_probe(struct usb_interface *intf,
*/
ieee->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION)
| BIT(NL80211_IFTYPE_ADHOC);