diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-12 13:10:43 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-12 13:10:43 +0000 |
commit | 32f8e1d2dfca21641364cf59b58a6fc28912aacc (patch) | |
tree | 82b08c41a7de466904ad000490fe636383b546a9 /package/acx-mac80211/patches/100-hw-queue-check-fix.patch | |
parent | d1af787dc992741bffa1a1ce0b4ca7eacb1f7227 (diff) | |
download | upstream-32f8e1d2dfca21641364cf59b58a6fc28912aacc.tar.gz upstream-32f8e1d2dfca21641364cf59b58a6fc28912aacc.tar.bz2 upstream-32f8e1d2dfca21641364cf59b58a6fc28912aacc.zip |
AA: acx-mac80211: make it compile with recent mac80211 again
backport of r35332, r36481 and r36976
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37267 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch | 8 |
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..3e7739ac9e 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 __devinit acxmem_probe(struct */ 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 __devinit acxpci_probe(struct 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 __devinit int vlynq_probe(struct 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); |