aboutsummaryrefslogtreecommitdiff
path: root/package/mac80211
Commit message (Collapse)AuthorAge
* mac80211: optimize mac address comparisons to improve performanceFelix Fietkau2012-03-01
| | | | SVN-Revision: 30763
* mac80211: fix ad-hoc mode performance regressionFelix Fietkau2012-03-01
| | | | SVN-Revision: 30758
* mac80211: delete linux/eeprom_93cx6.h since the module is used from the ↵Felix Fietkau2012-02-29
| | | | | | kernel tree, fixes rt2x00 issues on lantiq SVN-Revision: 30754
* mac80211: remove 060-fix_compat_security.patch, it is no longer neededFelix Fietkau2012-02-28
| | | | SVN-Revision: 30753
* mac80211: update to wireless-testing 2012-02-27Felix Fietkau2012-02-27
| | | | SVN-Revision: 30746
* ath9k: fix beacon issues on ar93xxFelix Fietkau2012-02-27
| | | | SVN-Revision: 30745
* mac80211: update to wireless-testing 2012-02-23Felix Fietkau2012-02-27
| | | | SVN-Revision: 30742
* mac80211: b43: use firmware version 666.2 as defaultHauke Mehrtens2012-02-21
| | | | SVN-Revision: 30673
* mac80211: fix memory leak on bcm5354Hauke Mehrtens2012-02-20
| | | | | | | | The ucode triggers the gpio pins used for the buttons and causes diag to handle them and send them to userspace. This only happened with a more recent firmware. This patch was tested on an Asus wl-520GU and should also work on the other bcm5354 based asus devices. I do not know if it works on the dir320. SVN-Revision: 30665
* mac80211: brcmsmac: fix a build warning, till we update bcmaHauke Mehrtens2012-02-19
| | | | SVN-Revision: 30644
* mac80211: add brcmsmac driverHauke Mehrtens2012-02-19
| | | | | | brcmsmac does not work on bcm47xx based devices or has AP mode support for now. SVN-Revision: 30643
* mac80211: fix directory of mwl8k firmwareHauke Mehrtens2012-02-19
| | | | | | Thank you Eugene San for the patch SVN-Revision: 30642
* mac80211: rt2x00: allow to disable bands via platform dataGabor Juhos2012-02-18
| | | | SVN-Revision: 30629
* ath5k: do not re-run AGC calibration periodically - fixes stability issues ↵Felix Fietkau2012-02-17
| | | | | | on AR2315 (#10574) SVN-Revision: 30624
* ath5k: do not stop the hardware queues during PAPD calibration, speeds up ↵Felix Fietkau2012-02-17
| | | | | | calibration SVN-Revision: 30623
* package/mac80211: fix a possible NULL pointer dereference in rt2x00Gabor Juhos2012-02-16
| | | | SVN-Revision: 30586
* ath9k: prevent writes to const data on AR9160Felix Fietkau2012-02-15
| | | | SVN-Revision: 30551
* mac80211: Allow preamble configurationJohn Crispin2012-02-14
| | | | | | | | | | | | | | Add a new wireless config parameter short_preamble=0|1 to enable usage of short preambles. Default is to only allow long preambles as before. Even if short_preamble is set to 1 hostapd will take care that short preambles are disabled as soon as a STA associates that cannot handle short preambles. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 30539
* package/mac80211: apply AR71XX PCI workaround on ATH79 as wellGabor Juhos2012-02-10
| | | | SVN-Revision: 30413
* mac80211: disable ath6kl until it's packaged and used somewhereFelix Fietkau2012-02-09
| | | | SVN-Revision: 30397
* mac80211: merge a LED related locking fixFelix Fietkau2012-02-09
| | | | SVN-Revision: 30396
* mac80211: fix a potential rate control related crashFelix Fietkau2012-02-08
| | | | SVN-Revision: 30388
* ath9k: ignore invalid signal strength values in a-mpdu packets, fixes ↵Felix Fietkau2012-02-07
| | | | | | average signal strength display fluctuations SVN-Revision: 30359
* mac80211: update to wireless-testing 2012-02-06Felix Fietkau2012-02-07
| | | | SVN-Revision: 30346
* ath9k: fix CTS timeout issues in 2.4 ghzFelix Fietkau2012-02-03
| | | | SVN-Revision: 30010
* ath9k: fix WEP connection issuesFelix Fietkau2012-02-03
| | | | SVN-Revision: 30009
* mac80211: fix patch when running on ssb based devicesHauke Mehrtens2012-01-27
| | | | SVN-Revision: 29922
* ath9k: revert one more linux upstream commit in the initvals to fully fix ↵Felix Fietkau2012-01-27
| | | | | | the ar938x tx power issue SVN-Revision: 29920
* ath9k: fix initvals for high-power ar938x devices, fixes tx power on buffalo ↵Felix Fietkau2012-01-27
| | | | | | wzr-hp-g450h SVN-Revision: 29918
* mac80211: enable support for RaLink Rt53xx USB devices in rt2800usbGabor Juhos2012-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Mehrtens2012-01-21
| | | | | | 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 Fietkau2012-01-16
| | | | | | improve performance (patch by Helmut Schaa) SVN-Revision: 29760
* build and package the wl12xx driverImre Kaloz2012-01-14
| | | | SVN-Revision: 29751
* ath9k: fix handling of the KeyMiss flag for received packets - fixes ↵Felix Fietkau2012-01-14
| | | | | | connection stability issues with crypto enabled SVN-Revision: 29745
* mac80211: current revisions build with 3.2Jonas Gorski2012-01-13
| | | | SVN-Revision: 29728
* ath9k: merge a channel change fix from linux-wirelessFelix Fietkau2012-01-07
| | | | SVN-Revision: 29684
* mac80211: clean up init, remove some redundant checks, fix tx power init ↵Felix Fietkau2011-12-23
| | | | | | (#10113) SVN-Revision: 29606
* mac80211: deactivate mac80211 tracingHauke Mehrtens2011-12-19
| | | | | | Activating tracing on kernel <= 2.6.32 causes build errors. SVN-Revision: 29572
* ath9k: fix another tx locking issueFelix Fietkau2011-12-19
| | | | SVN-Revision: 29570
* mac80211: fix powersave settingFelix Fietkau2011-12-19
| | | | SVN-Revision: 29569
* mac80211: apply txpower after bringing up the interface, should fix #10113Felix Fietkau2011-12-18
| | | | SVN-Revision: 29566
* mac80211: use iw instead of iwconfig to disable powersaveFelix Fietkau2011-12-18
| | | | SVN-Revision: 29565
* ath9k: fix some issues in the btcoex disable patchFelix Fietkau2011-12-18
| | | | SVN-Revision: 29564
* ath9k: fix a locking issue in the tx pathFelix Fietkau2011-12-17
| | | | SVN-Revision: 29560
* ath9k: fix a crash in led initFelix Fietkau2011-12-16
| | | | SVN-Revision: 29558
* ath9k: fix a locking issueFelix Fietkau2011-12-14
| | | | SVN-Revision: 29537
* ath9k: add support for registering extra leds connected to the wmac gpio linesFelix Fietkau2011-12-14
| | | | SVN-Revision: 29530
* mac80211: make mesh support optionalFelix Fietkau2011-12-12
| | | | SVN-Revision: 29506
* mac80211: merge another upstream aggregation fixFelix Fietkau2011-12-10
| | | | SVN-Revision: 29496
* ath9k: disable bluetooth coexistence support to reduce module sizeFelix Fietkau2011-12-10
| | | | SVN-Revision: 29495