diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-10-12 10:50:35 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-10-12 10:50:35 +0000 |
commit | 06f3f01b06940547c3293aa8589696e24173dddd (patch) | |
tree | a28d773924039e566e0094260330f2291aae5600 /package/kernel/acx-mac80211/patches/100-hw-queue-check-fix.patch | |
parent | 8a240be62b35193c945cf94e448ac24f215b2f31 (diff) | |
download | upstream-06f3f01b06940547c3293aa8589696e24173dddd.tar.gz upstream-06f3f01b06940547c3293aa8589696e24173dddd.tar.bz2 upstream-06f3f01b06940547c3293aa8589696e24173dddd.zip |
acx-mac80211: update to latest version
Fixes compilation for linux 3.10.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 38367
Diffstat (limited to 'package/kernel/acx-mac80211/patches/100-hw-queue-check-fix.patch')
-rw-r--r-- | package/kernel/acx-mac80211/patches/100-hw-queue-check-fix.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/package/kernel/acx-mac80211/patches/100-hw-queue-check-fix.patch b/package/kernel/acx-mac80211/patches/100-hw-queue-check-fix.patch deleted file mode 100644 index 73366f3423..0000000000 --- a/package/kernel/acx-mac80211/patches/100-hw-queue-check-fix.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- a/mem.c -+++ b/mem.c -@@ -2036,7 +2036,7 @@ static int acxmem_probe(struct platform_ - */ - ieee->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) - | BIT(NL80211_IFTYPE_ADHOC); -- ieee->queues = 1; -+ ieee->queues = 4; - /* OW TODO Check if RTS/CTS threshold can be included here */ - - /* TODO: although in the original driver the maximum value was ---- a/pci.c -+++ b/pci.c -@@ -1022,7 +1022,7 @@ static int acxpci_probe(struct pci_dev * - BIT(NL80211_IFTYPE_STATION) | - BIT(NL80211_IFTYPE_ADHOC) | - BIT(NL80211_IFTYPE_AP); -- ieee->queues = 1; -+ ieee->queues = 4; - /* OW TODO Check if RTS/CTS threshold can be included here */ - - /* TODO: although in the original driver the maximum value was -@@ -1691,7 +1691,7 @@ static int vlynq_probe(struct vlynq_devi - BIT(NL80211_IFTYPE_STATION) | - BIT(NL80211_IFTYPE_ADHOC) | - BIT(NL80211_IFTYPE_AP); -- ieee->queues = 1; -+ ieee->queues = 4; - - /* We base signal quality on winlevel approach of previous driver - * TODO OW 20100615 This should into a common init code ---- a/usb.c -+++ b/usb.c -@@ -1624,7 +1624,7 @@ acxusb_probe(struct usb_interface *intf, - */ - ieee->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) - | BIT(NL80211_IFTYPE_ADHOC); -- ieee->queues = 1; -+ ieee->queues = 4; - // OW TODO Check if RTS/CTS threshold can be included here - - // We base signal quality on winlevel approach of previous driver |