nbd
9f712183de
ath9k: fix CTS timeout issues in 2.4 ghz
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30010 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 10:23:55 +00:00
nbd
fab832ff32
ath9k: fix WEP connection issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30009 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 10:23:51 +00:00
hauke
4de0c4b79b
mac80211: fix patch when running on ssb based devices
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-27 20:08:49 +00:00
nbd
14a2e7fb17
ath9k: revert one more linux upstream commit in the initvals to fully fix the ar938x tx power issue
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29920 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-27 15:35:29 +00:00
nbd
e17626866a
ath9k: fix initvals for high-power ar938x devices, fixes tx power on buffalo wzr-hp-g450h
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29918 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-27 11:06:32 +00:00
juhosg
252a2d10f3
mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb
...
Hi!
On Mon, Nov 14, 2011 at 03:01:34PM +0100, Daniel Golle wrote:
> The driver works quite nice and stable for me using a RaLink Rt5370 USB device.
>
> Signed-off-by: Daniel Golle <dgolle@allnet.de>
>
> Index: package/mac80211/Makefile
> ===================================================================
> --- package/mac80211/Makefile (revision 29114)
> +++ package/mac80211/Makefile (working copy)
> @@ -1147,6 +1147,7 @@
> CONFIG_RT2800_LIB=$(if $(CONFIG_PACKAGE_kmod-rt2800-lib),m) \
> CONFIG_RT2800PCI=$(if $(CONFIG_PACKAGE_kmod-rt2800-pci),m) \
> CONFIG_RT2800USB=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),m) \
> + CONFIG_RT2800USB_RT53XX=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),y) \
> CONFIG_RTL8180=$(if $(CONFIG_PACKAGE_kmod-rtl8180),m) \
> CONFIG_RTL8187=$(if $(CONFIG_PACKAGE_kmod-rtl8187),m) \
> CONFIG_RTL8192CE= \
Aparently this was wrong, CONFIG_RT2800USB_RT53XX is supposed to live in
BUILDARGS rather than MAKE_OPTS to actually get support for the Rt5370.
Thanks to actmnophn for the hint!
This reverts changeset 29116 and adds it to the right section in the Makefile.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-25 07:44:46 +00:00
hauke
6e809dd8f1
brcm47xx: add support for pcie host controller on bcma based SoCs.
...
This also adds minimal support for the BCMA43224 pcie wireless card.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-21 22:39:20 +00:00
nbd
34abf48cb8
rt2x00: add a patch to avoid excessive memmove() on packet contents to improve performance (patch by Helmut Schaa)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-16 08:14:27 +00:00
kaloz
6d60f58fec
[package/mac80211]: build and package the wl12xx driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29751 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-14 22:56:22 +00:00
nbd
9d92101f38
ath9k: fix handling of the KeyMiss flag for received packets - fixes connection stability issues with crypto enabled
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29745 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-14 13:50:30 +00:00
jogo
8300ab10c4
mac80211: current revisions build with 3.2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-13 14:47:30 +00:00
nbd
4cd49acd61
ath9k: merge a channel change fix from linux-wireless
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-07 20:54:33 +00:00
nbd
5c56c7216a
mac80211: clean up init, remove some redundant checks, fix tx power init ( #10113 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-23 19:24:38 +00:00
hauke
a3a1d16c44
mac80211: deactivate mac80211 tracing
...
Activating tracing on kernel <= 2.6.32 causes build errors.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-19 23:23:34 +00:00
nbd
bd89d03755
ath9k: fix another tx locking issue
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-19 15:51:20 +00:00
nbd
c9a1f8fd98
mac80211: fix powersave setting
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29569 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-19 10:27:28 +00:00
nbd
8d7f442921
mac80211: apply txpower after bringing up the interface, should fix #10113
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29566 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-18 22:19:21 +00:00
nbd
b156662f7a
mac80211: use iw instead of iwconfig to disable powersave
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29565 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-18 22:18:46 +00:00
nbd
d1dc804229
ath9k: fix some issues in the btcoex disable patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29564 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-18 22:17:34 +00:00
nbd
36ae05501c
ath9k: fix a locking issue in the tx path
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-17 14:28:25 +00:00
nbd
de50d6624f
ath9k: fix a crash in led init
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29558 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-16 23:41:44 +00:00
nbd
92f09266ed
ath9k: fix a locking issue
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29537 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-14 21:03:52 +00:00
nbd
dcf5cd5fc2
ath9k: add support for registering extra leds connected to the wmac gpio lines
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-14 20:21:36 +00:00
nbd
123714b1f0
mac80211: make mesh support optional
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29506 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-12 14:42:35 +00:00
nbd
7c3b776087
mac80211: merge another upstream aggregation fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29496 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-10 21:17:19 +00:00
nbd
ac8143726d
ath9k: disable bluetooth coexistence support to reduce module size
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-10 21:17:12 +00:00
nbd
60c148cc14
ath9k: improve handling of blockackreq (should improve aggregation behavior under tough wifi conditions with lots of retransmission)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29494 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-10 21:17:07 +00:00
nbd
bd4aa5a603
mac80211: merge an upstream fix for an aggregation related race condition
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-10 21:16:58 +00:00
hauke
f1f9051d48
mac80211: add support for firmware 666.2 for b43 devices
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29485 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-08 22:53:13 +00:00
nbd
82d7eb907d
mac80211: merge some pending fixes, fixes skb leaks and some warnings
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29460 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-05 22:12:16 +00:00
nbd
712f83e73d
ath9k: fix antenna configuration on ar9285 for devices without antenna diversity
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-05 14:20:34 +00:00
nbd
673d39f3aa
ath9k: fix 5/10 mhz channel bandwidth issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-05 14:20:25 +00:00
nbd
232093a4f6
mac80211: update to 2011-12-01
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-05 14:20:17 +00:00
nbd
6d7b085aac
ath9k: fix a regression in touching power mode related registers
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29341 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-27 06:29:09 +00:00
nbd
ffb9ac0402
ath9k: enable ANI on ar913x, should noticeably improve stability in noisy environments
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-27 04:30:09 +00:00
nbd
c247f5a905
mac80211: fix aggregation related kernel warnings when using wds
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-23 13:55:35 +00:00
nbd
b609c57355
ath9k: fix setting channel bandwidth before bringing up interfaces
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-23 13:55:14 +00:00
nico
1e81be025f
package/mac80211: fix atomic64 issues on x86 / uml
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-21 21:40:26 +00:00
jow
a09e96d8f5
[package] mac80211: revert unrelated change in previous commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29285 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-21 13:35:19 +00:00
jow
7d378d5276
[package] mac80211: fix reversed WARN_ON() condition which causes a stray stacktrace on boot
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29284 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-21 13:33:11 +00:00
nbd
a5b639a6ac
ath9k: merge a pending aggregation fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29273 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-20 09:29:42 +00:00
nbd
ba3ef5325d
mac80211: refresh p54spi patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29272 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-20 09:29:34 +00:00
nbd
29791a765c
mac80211: fix a workqueue compat backport
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29271 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-20 09:29:27 +00:00
nbd
677126d654
Revert "package/mac80211: fix atomic64 compat"
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29258 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-19 16:56:47 +00:00
nbd
8968bee891
ath9k: allow run-time change of the chanbw debugfs file
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29257 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-19 16:56:44 +00:00
nbd
e194f60a49
mac80211: update to wireless-testing 2011-11-15
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29240 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-18 11:27:19 +00:00
nico
684c6d4fea
package/mac80211: fix atomic64 compat
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29209 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-17 09:57:00 +00:00
mb
b0d9b00ce8
p54spi: workqueue deadlock fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29202 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-16 22:45:23 +00:00
mb
b520c4d48e
p54spi: Lock fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29200 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-16 22:26:12 +00:00
nbd
ccd11de0ba
ath9k: reorganize patches, reset hardware after full sleep ( fixes #10349 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-15 14:53:21 +00:00
nbd
6c9b7927d4
ath9k: do not put the hardware to full-sleep while tx is pending
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 21:21:24 +00:00
nbd
10c40322a2
ath9k: rework radio stop/start cleanup, avoid duplicate rx/tx stop, avoid early phy stop
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29132 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 21:21:03 +00:00
nbd
4686f1d0fc
mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb
...
The driver works quite nice and stable for me using a RaLink Rt5370 USB device.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29116 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 14:06:37 +00:00
blogic
2c1120a3b3
lantiq: w303v has its rt2860 eep on the nor flash. tell compat-wireless how to use it
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28994 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-12 18:41:15 +00:00
jow
1643ed70b0
[package] mac80211: add antenna control api for b43
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28940 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-10 23:07:42 +00:00
jogo
ac091033e8
package: mac80211: mark as broken for 3.2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28896 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-09 21:16:48 +00:00
nbd
0a146d2694
ath9k: fix LED related crashes on AR913x
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28809 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-07 20:14:09 +00:00
nbd
184801cc6b
carl9170: add dependency on kmod-input-core
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28808 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-07 14:50:04 +00:00
jow
fcb4e88f44
[package] mac80211: change wireless ifname numbering schema
...
Instead of simply counting up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number
and following ifaces an index-suffix, e.g. wlan0 for network 1 on phy 1 and wlan0-1 for network 2 on phy 1.
This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if
the number of networks changes in between. This should, along with other changes in LuCI, fix #10335 .
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-06 18:49:17 +00:00
nbd
db6dd42004
ath9k: add some fixes for radio reinit and frame flush
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28772 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-05 19:51:32 +00:00
nbd
a5269fb903
mac80211: update to wireless-testing 2011-11-04
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-05 19:51:16 +00:00
nbd
db440a5bdb
mac80211: update to wireless-testing 2011-11-01
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28711 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 22:02:27 +00:00
nico
41f2b5ed5f
package/kernel: prefix library modules with lib-
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-28 13:24:41 +00:00
jogo
d0dab63e2b
package: mac80211: remove uses of $(LINUX_KMOD_SUFFIX)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-26 13:01:15 +00:00
jow
da216058d9
[package] mac80211: allow building ath9k_htc without PCI support, based on patch by Helmut Schaa <helmut.schaa@googlemail.com>
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28573 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-25 11:25:51 +00:00
jow
0eada26035
[package] mac80211: autoload ath9k_htc after USB controller drivers
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28442 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-13 14:29:06 +00:00
hauke
dd01482134
mac80211: fix some dependencies and make lib80211 compile without cfg80211 selected
...
* libertas: does not depend on mac80211 but on cfg80211 and it uses wext
* libipw: also uses wext
* net-hermes: it is enough if the main package net-hermes depends on cfg80211
* Now it is possible to build it without cfg80211 at all
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-13 12:13:25 +00:00
hauke
2aac31406c
mac80211: use new version of carl80211 firmware
...
This firmware is compatible with the driver version in use.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-13 12:02:35 +00:00
hauke
88a1ab4542
mac80211: use correct firmware for ath9k_htc
...
The old firmware for ath9k_htc was not compatible with the driver since april.
Also update to a new version of linux-firmware to get the newest version of these firmware files.
Thank you Helmut Schaa for reporting this.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-13 11:34:28 +00:00
nbd
487bc0ebd7
mac80211: update to wireless-testing 2011-10-05 + pending patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28392 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-09 15:48:03 +00:00
nbd
5ccde941d0
mac80211: set the country code early to allow crda to settle
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-08 17:34:56 +00:00
nbd
4938785172
mac80211: remove a WARN_ON that causes compile errors on 2.6.32
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28386 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-08 15:20:34 +00:00
nbd
8973f1f74e
ath9k: add support for per-chain signal strength info
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28384 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-08 14:48:23 +00:00
nbd
8df89d3a59
ath9k: extend the phy error disable patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28383 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-08 13:41:04 +00:00
nbd
14808c9174
ath9k: disable phy error reporting on the rx queue to improve stability under noisy conditions
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-07 19:00:02 +00:00
nbd
c437fa8fdf
ath9k: add some more fixes to AP handling of buffered frames for powersave clients
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28344 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 22:23:35 +00:00
nbd
44d9465e63
ath9k: fix some tx aggregation issues - reduces the number of tx dma stop failures
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28301 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-25 18:34:54 +00:00
nbd
bf31710a54
ath9k: merge a pending fix for powersave
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-25 18:34:38 +00:00
jow
23fcdc02ec
[package] mac80211: rework mac address generation for virtual interfaces; set locally administered bit on generated macs and change the last two bytes isntead of the first one
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-25 14:14:37 +00:00
nbd
c5d7c77e87
ath9k: fix antenna gain calculation
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28261 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-20 10:42:45 +00:00
nbd
1929e7f14a
ath9k: fix handling configured tx power limits
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28260 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-19 17:36:41 +00:00
nbd
c4b1c8b260
b43: merge ad-hoc beacon fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28258 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-19 09:59:00 +00:00
nbd
fe5a932a01
ath9k: add some cleanup patches and rework tx power handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-17 16:02:56 +00:00
nbd
e8135790c4
ath9k: do not strip MMIC for key miss frames
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28252 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-17 08:41:54 +00:00
nbd
e9c2d71d92
mac80211: reduce tx queue length of wireless interfaces - improves latency under load
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-17 08:34:42 +00:00
nbd
9618831a64
ath9k: fix a regression in handling of MAC key miss events (should improve connection stability)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28250 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-17 08:34:37 +00:00
nbd
bba0668cb0
ath9k: fix compile without debugfs ( #10117 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-17 07:03:20 +00:00
nbd
72225d6800
mac80211/ath9k: fix excessive "Failed to stop TX DMA" logspam in client mode
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28247 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-16 07:59:51 +00:00
nbd
4669033c14
mac80211: update to wireless-testing 2011-09-14
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28245 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-15 17:55:16 +00:00
nbd
271fb1006a
ath9k: add a better fix for beacon timer reliability
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28211 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-11 11:16:20 +00:00
nbd
749a54b34c
ath9k: fix an rx path race condition that might be the cause of the "ath: DMA failed to stop in 10 ms" logspam as well as various connection stability issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28202 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-09 07:20:44 +00:00
jow
83b3afb1c9
[package] mac80211: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-08 23:21:36 +00:00
nbd
c75cf5d14a
mac80211: fix an endian issue in BlockAckReq handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-07 06:06:34 +00:00
nbd
d29e95d41e
mac80211: merge a power save related race condition fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28185 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-06 11:09:40 +00:00
nbd
4b62fffaa5
ath9k: fix beacon timer init on reset
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28169 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-04 19:06:02 +00:00
nbd
a677ddc38d
ath9k: fix some hw reset issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28151 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-03 03:27:20 +00:00
nbd
a028d987c3
ath9k: merge a fix for tx power limit testing
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28143 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-01 18:15:03 +00:00
nbd
a67979d135
ath9k: fix another crash bug
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28139 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-31 23:25:37 +00:00
nbd
470731a179
ath9k: merge a pending fix for 5 ghz rx latency
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-31 06:34:53 +00:00
nbd
22d1073f1c
ath9k: add a missing dma cache sync on aggregation software retry
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28132 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-30 20:59:57 +00:00
nbd
6d8d46d3c6
ath9k: add some more minor hw reset related fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28129 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-30 07:46:38 +00:00
nbd
d8083fae30
ath9k: fix a few crash issues on hardware reset
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-29 18:41:18 +00:00
nbd
cd439b4056
ath9k: use cold reset instead of warm reset on ar9280 to make recovery from stuck states more reliable
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28118 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-29 12:01:06 +00:00
nbd
90d4f59c90
ath9k: add some cleanup patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28117 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-29 12:01:02 +00:00
nbd
ddc44847f8
ath9k: fix a compile error
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28116 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-29 10:46:02 +00:00
nbd
dfc716e609
ath9k: fix disabling ani on reset
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28115 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-29 10:40:46 +00:00
nbd
6ea7b3a766
ath9k: fix processing of rx frames on channel change
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28114 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-29 09:55:16 +00:00
nbd
a55d56e590
ath9k: fix a tx aggregation padding issue
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28113 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-29 09:55:11 +00:00
nbd
b724d5aeef
ath9k: fix calibration on 5 ghz
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28110 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-29 08:00:08 +00:00
nbd
aff0492df7
ath9k: minor fixes for the antenna control patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28109 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-29 08:00:00 +00:00
nbd
57bd894d69
ath9k: prevent calibration / beacons from starting too early
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28108 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-28 22:06:44 +00:00
nbd
9176f7d5a8
ath9k: implement rx/tx antenna control
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28107 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-28 18:38:24 +00:00
jogo
2ce07e9d02
mac80211: allow building for linux 3.1 again
...
wireless-testing 2011-08-26 properly detects and works with linux 3.1.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28096 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-28 10:17:26 +00:00
nbd
fc1e480da7
ath: fix compile errors with CONFIG_PACKAGE_ATH_DEBUG disabled ( #10013 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28095 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-28 07:34:34 +00:00
nbd
3b3f7e203d
ath9k: fix cts timeout setting on 2.4 ghz
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28094 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-27 23:53:49 +00:00
nbd
a9aed914cf
mac80211: update to wireless-testing 2011-08-26
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28093 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-27 21:57:07 +00:00
hcg
3c79140491
[package] mac80211: Fix the location firmware is copied to (libertas_sdio driver loads firmware from /lib/formware/libertas)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28069 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-22 11:04:13 +00:00
jow
31189640a7
[package] mac80211: configure hostapd logging options
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-20 00:14:48 +00:00
jow
de43975f39
[package] mac80211: use first available channel from current phy if channel is set to "auto"
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27976 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-13 22:55:59 +00:00
nbd
d984113388
ath9k: merge a few more pending fixes, including a fix for the bogus WARN_ON in pci.c and fixes for Rx DMA stop issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27972 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-13 16:25:15 +00:00
nbd
559f191cc2
mac80211: update to 2011-08-10
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-11 13:52:27 +00:00
nbd
dd2ca00b93
ath9k: add a regdomain code used on newer ubiquiti networks devices
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27947 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-10 16:35:43 +00:00
jogo
bba604186c
package/mac80211: mark as broken for linux 3.1
...
compat-wireless does not support 3.1 yet.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27935 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-09 12:19:30 +00:00
nbd
983bbbfb91
b43: fix reloading config settings after channel changes or hostapd restart ( #8033 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27930 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-08 11:28:24 +00:00
hauke
61d9ee9aa7
mac80211: always store broadcom firmware in b43 and b43legacy dir
...
This is always used to build a firmware for linux systems also if we are on freebsd.
This is one patch from #9897
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27926 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-06 17:07:42 +00:00
nbd
a6a0fe3bd5
ath9k: add missing chunk to the BlockAckReq fix (fixes a compile error)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27891 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-04 09:23:57 +00:00
nbd
fc4de04076
ath9k: add some code to control internal driver queue length limits
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27890 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-04 00:35:20 +00:00
nbd
a040c13eb6
ath9k: reduce the number of software retries, include hardware a-mpdu retries in retry counting
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27889 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-04 00:35:16 +00:00
nbd
1a4ef9611e
ath9k: rework handling of sending BlockAckReq frames, should hopefully lead to fewer latency spikes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27888 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-04 00:35:12 +00:00
nbd
f86e7e4c6b
mac80211: fix a compiler warning
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27870 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-01 21:14:15 +00:00
nbd
157c107494
mac80211: add missing chunks to the compat_firmware_class change
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27864 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-01 17:52:07 +00:00
nbd
0309435aa8
mac80211: move compat_firmware_class.ko into compat.ko ( fixes #9864 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27863 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-01 17:42:00 +00:00
nbd
ef6a8e56be
ath9k: prevent the aggregation code from sending packets to sleeping stations - should fix some latency issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27861 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-01 12:15:22 +00:00
nbd
99a41c0ace
ath9k: fold patches that were merged upstream into 300-pending_work.patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27860 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-01 12:15:15 +00:00
nbd
9ac9df93e9
ath9k: fix switching channel bandwidth from 5/10 back to 20mhz
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27827 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-29 12:25:46 +00:00
nbd
a71d342cb1
ath9k: rework tx power handling - display the correct *current* tx power, and also fix tx power limits with ATH_USER_REGD set
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27788 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-26 20:53:40 +00:00
nbd
58e6431f58
mac80211: merge a few pending fixes for channel switch handling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27783 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-26 15:11:27 +00:00
nbd
65ff2ee6a4
mac80211: rename a misnamed patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27769 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-25 09:56:23 +00:00
nbd
54510ede7b
mac80211: remove the ccmp rx pn workaround, it should no longer be necessary and it was reported to cause connection stability issues (see #9646 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27764 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-25 06:29:00 +00:00
hauke
35fc833d4b
mac80211: do not build bcma from compat-wireless
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27750 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-24 12:29:27 +00:00
hauke
5b749d2200
mac80211: fix typo and make broken options depend on BROKEN
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27735 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-23 11:32:19 +00:00
hauke
ac90d2ebbe
mca80211: add support for b43 on bcma bus.
...
This makes b43 work on broadcom SoCs using bcma as system bus.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-23 11:25:05 +00:00
nbd
d39338f33f
ath9k: validate eeprom chainmask settings, some Ubiquiti devices (and maybe others) contain bogus data, which breaks wifi
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-19 06:42:26 +00:00
nbd
d8c92115a2
ath9k: add some more fixes to the mic failure handling rework patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27607 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-13 15:37:36 +00:00
nbd
3f4c3ffd66
mac80211: fix compile errors because of duplicate atomic64 implementations ( #9690 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27605 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-13 15:01:18 +00:00
nbd
712820438d
ath9k: fix mic frame handling for bigger packets
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27596 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-12 03:24:53 +00:00
nbd
5f6719e705
mac80211: backport atomic64_t support for kernels that don't support it
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-09 09:01:17 +00:00
nbd
1287da4459
ath9k: merge some pending initval fixes for ar9380
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27566 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-09 04:20:01 +00:00
nbd
0942258e05
ath9k: fix sifs time for half/quarter and remove some unnecessary defines
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27565 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-09 04:19:41 +00:00
nbd
bbcb890343
ath9k: add more fixes for TKIP MIC validation
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27564 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-09 03:33:59 +00:00