Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/mac80211: apply AR71XX PCI workaround on ATH79 as well | Gabor Juhos | 2012-02-10 | 2 | -3/+3 |
| | | | | SVN-Revision: 30413 | ||||
* | mac80211: disable ath6kl until it's packaged and used somewhere | Felix Fietkau | 2012-02-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 30397 | ||||
* | mac80211: merge a LED related locking fix | Felix Fietkau | 2012-02-09 | 1 | -0/+20 |
| | | | | SVN-Revision: 30396 | ||||
* | mac80211: fix a potential rate control related crash | Felix Fietkau | 2012-02-08 | 1 | -0/+11 |
| | | | | SVN-Revision: 30388 | ||||
* | ath9k: ignore invalid signal strength values in a-mpdu packets, fixes ↵ | Felix Fietkau | 2012-02-07 | 2 | -0/+81 |
| | | | | | | average signal strength display fluctuations SVN-Revision: 30359 | ||||
* | mac80211: update to wireless-testing 2012-02-06 | Felix Fietkau | 2012-02-07 | 65 | -3080/+191 |
| | | | | SVN-Revision: 30346 | ||||
* | ath9k: fix CTS timeout issues in 2.4 ghz | Felix Fietkau | 2012-02-03 | 2 | -1/+22 |
| | | | | SVN-Revision: 30010 | ||||
* | ath9k: fix WEP connection issues | Felix Fietkau | 2012-02-03 | 1 | -0/+17 |
| | | | | SVN-Revision: 30009 | ||||
* | mac80211: fix patch when running on ssb based devices | Hauke Mehrtens | 2012-01-27 | 1 | -5/+6 |
| | | | | SVN-Revision: 29922 | ||||
* | ath9k: revert one more linux upstream commit in the initvals to fully fix ↵ | Felix Fietkau | 2012-01-27 | 1 | -96/+112 |
| | | | | | | the ar938x tx power issue SVN-Revision: 29920 | ||||
* | ath9k: fix initvals for high-power ar938x devices, fixes tx power on buffalo ↵ | Felix Fietkau | 2012-01-27 | 1 | -0/+192 |
| | | | | | | wzr-hp-g450h SVN-Revision: 29918 | ||||
* | mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb | Gabor Juhos | 2012-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> SVN-Revision: 29906 | ||||
* | brcm47xx: add support for pcie host controller on bcma based SoCs. | Hauke Mehrtens | 2012-01-21 | 1 | -0/+133 |
| | | | | | | This also adds minimal support for the BCMA43224 pcie wireless card. SVN-Revision: 29843 | ||||
* | rt2x00: add a patch to avoid excessive memmove() on packet contents to ↵ | Felix Fietkau | 2012-01-16 | 1 | -0/+67 |
| | | | | | | improve performance (patch by Helmut Schaa) SVN-Revision: 29760 | ||||
* | build and package the wl12xx driver | Imre Kaloz | 2012-01-14 | 1 | -5/+34 |
| | | | | SVN-Revision: 29751 | ||||
* | ath9k: fix handling of the KeyMiss flag for received packets - fixes ↵ | Felix Fietkau | 2012-01-14 | 1 | -0/+32 |
| | | | | | | connection stability issues with crypto enabled SVN-Revision: 29745 | ||||
* | mac80211: current revisions build with 3.2 | Jonas Gorski | 2012-01-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 29728 | ||||
* | ath9k: merge a channel change fix from linux-wireless | Felix Fietkau | 2012-01-07 | 4 | -13/+45 |
| | | | | SVN-Revision: 29684 | ||||
* | mac80211: clean up init, remove some redundant checks, fix tx power init ↵ | Felix Fietkau | 2011-12-23 | 1 | -77/+73 |
| | | | | | | (#10113) SVN-Revision: 29606 | ||||
* | mac80211: deactivate mac80211 tracing | Hauke Mehrtens | 2011-12-19 | 1 | -0/+44 |
| | | | | | | Activating tracing on kernel <= 2.6.32 causes build errors. SVN-Revision: 29572 | ||||
* | ath9k: fix another tx locking issue | Felix Fietkau | 2011-12-19 | 1 | -11/+285 |
| | | | | SVN-Revision: 29570 | ||||
* | mac80211: fix powersave setting | Felix Fietkau | 2011-12-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 29569 | ||||
* | mac80211: apply txpower after bringing up the interface, should fix #10113 | Felix Fietkau | 2011-12-18 | 1 | -6/+6 |
| | | | | SVN-Revision: 29566 | ||||
* | mac80211: use iw instead of iwconfig to disable powersave | Felix Fietkau | 2011-12-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 29565 | ||||
* | ath9k: fix some issues in the btcoex disable patch | Felix Fietkau | 2011-12-18 | 1 | -10/+8 |
| | | | | SVN-Revision: 29564 | ||||
* | ath9k: fix a locking issue in the tx path | Felix Fietkau | 2011-12-17 | 1 | -0/+25 |
| | | | | SVN-Revision: 29560 | ||||
* | ath9k: fix a crash in led init | Felix Fietkau | 2011-12-16 | 1 | -1/+4 |
| | | | | SVN-Revision: 29558 | ||||
* | ath9k: fix a locking issue | Felix Fietkau | 2011-12-14 | 1 | -33/+0 |
| | | | | SVN-Revision: 29537 | ||||
* | ath9k: add support for registering extra leds connected to the wmac gpio lines | Felix Fietkau | 2011-12-14 | 2 | -0/+326 |
| | | | | SVN-Revision: 29530 | ||||
* | mac80211: make mesh support optional | Felix Fietkau | 2011-12-12 | 2 | -0/+18 |
| | | | | SVN-Revision: 29506 | ||||
* | mac80211: merge another upstream aggregation fix | Felix Fietkau | 2011-12-10 | 1 | -8/+58 |
| | | | | SVN-Revision: 29496 | ||||
* | ath9k: disable bluetooth coexistence support to reduce module size | Felix Fietkau | 2011-12-10 | 2 | -0/+583 |
| | | | | SVN-Revision: 29495 | ||||
* | ath9k: improve handling of blockackreq (should improve aggregation behavior ↵ | Felix Fietkau | 2011-12-10 | 5 | -0/+741 |
| | | | | | | under tough wifi conditions with lots of retransmission) SVN-Revision: 29494 | ||||
* | mac80211: merge an upstream fix for an aggregation related race condition | Felix Fietkau | 2011-12-10 | 1 | -2/+130 |
| | | | | SVN-Revision: 29493 | ||||
* | mac80211: add support for firmware 666.2 for b43 devices | Hauke Mehrtens | 2011-12-08 | 2 | -6/+27 |
| | | | | SVN-Revision: 29485 | ||||
* | mac80211: merge some pending fixes, fixes skb leaks and some warnings | Felix Fietkau | 2011-12-05 | 1 | -2/+73 |
| | | | | SVN-Revision: 29460 | ||||
* | ath9k: fix antenna configuration on ar9285 for devices without antenna diversity | Felix Fietkau | 2011-12-05 | 1 | -0/+9 |
| | | | | SVN-Revision: 29438 | ||||
* | ath9k: fix 5/10 mhz channel bandwidth issues | Felix Fietkau | 2011-12-05 | 2 | -0/+76 |
| | | | | SVN-Revision: 29437 | ||||
* | mac80211: update to 2011-12-01 | Felix Fietkau | 2011-12-05 | 49 | -770/+390 |
| | | | | SVN-Revision: 29436 | ||||
* | ath9k: fix a regression in touching power mode related registers | Felix Fietkau | 2011-11-27 | 1 | -0/+12 |
| | | | | SVN-Revision: 29341 | ||||
* | ath9k: enable ANI on ar913x, should noticeably improve stability in noisy ↵ | Felix Fietkau | 2011-11-27 | 1 | -0/+11 |
| | | | | | | environments SVN-Revision: 29338 | ||||
* | mac80211: fix aggregation related kernel warnings when using wds | Felix Fietkau | 2011-11-23 | 1 | -0/+95 |
| | | | | SVN-Revision: 29296 | ||||
* | ath9k: fix setting channel bandwidth before bringing up interfaces | Felix Fietkau | 2011-11-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 29295 | ||||
* | package/mac80211: fix atomic64 issues on x86 / uml | Nicolas Thill | 2011-11-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 29289 | ||||
* | mac80211: revert unrelated change in previous commit | Jo-Philipp Wich | 2011-11-21 | 1 | -2/+0 |
| | | | | SVN-Revision: 29285 | ||||
* | mac80211: fix reversed WARN_ON() condition which causes a stray stacktrace ↵ | Jo-Philipp Wich | 2011-11-21 | 2 | -0/+13 |
| | | | | | | on boot SVN-Revision: 29284 | ||||
* | ath9k: merge a pending aggregation fix | Felix Fietkau | 2011-11-20 | 3 | -13/+42 |
| | | | | SVN-Revision: 29273 | ||||
* | mac80211: refresh p54spi patches | Felix Fietkau | 2011-11-20 | 3 | -12/+6 |
| | | | | SVN-Revision: 29272 | ||||
* | mac80211: fix a workqueue compat backport | Felix Fietkau | 2011-11-20 | 1 | -0/+18 |
| | | | | SVN-Revision: 29271 | ||||
* | Revert "package/mac80211: fix atomic64 compat" | Felix Fietkau | 2011-11-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 29258 |