mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:57:31 +02:00
93c5b6eff6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32417 3c298f89-4303-0410-b956-a3cf2f4a3e73
43 lines
1.4 KiB
Diff
43 lines
1.4 KiB
Diff
--- a/mem.c
|
|
+++ b/mem.c
|
|
@@ -2026,7 +2026,7 @@ static int __devinit acxmem_probe(struct
|
|
*/
|
|
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
|
|
@@ -1010,7 +1010,7 @@ static int __devinit acxpci_probe(struct
|
|
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
|
|
@@ -1682,7 +1682,7 @@ static __devinit int vlynq_probe(struct
|
|
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
|
|
@@ -1627,7 +1627,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
|