aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
...
* ath9k: fetch survey data for all channelsFelix Fietkau2010-09-296-0/+272
| | | | SVN-Revision: 23154
* mac80211: update to wireless-testing 2010-09-28Felix Fietkau2010-09-2924-397/+38
| | | | SVN-Revision: 23149
* ath9k: fix a warning during a failed aggregation startFelix Fietkau2010-09-201-2/+5
| | | | SVN-Revision: 23100
* ath9k: fix various aggregation related race conditionsFelix Fietkau2010-09-192-0/+183
| | | | SVN-Revision: 23097
* rt2800pci: add back ifdown hang workaround that was accidentally dropped ↵Felix Fietkau2010-09-161-0/+29
| | | | | | during a compat-wireless update SVN-Revision: 23078
* mac80211: upgrade to wireless-testing 2010-09-14, replace the external ↵Felix Fietkau2010-09-1430-270/+220
| | | | | | carl9170 with the recently merged upstream version SVN-Revision: 23061
* mac80211: add a pending fix for a locking error in the aggregation reorder ↵Felix Fietkau2010-09-141-0/+25
| | | | | | release code SVN-Revision: 23060
* ath9k: fix multi-bss operation (fixes #7914)Felix Fietkau2010-09-141-0/+117
| | | | SVN-Revision: 23059
* From: Joseph Roback <openwrt-devel@roback.cc>Michael Büsch2010-09-071-1/+2
| | | | | | | | 26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages. Signed-off-by: Joe Roback <joe@roback.cc> SVN-Revision: 22965
* b43: Module option added to change the GPIO LED mask. This patch exposes the ↵Jo-Philipp Wich2010-09-041-0/+50
| | | | | | | | | | | GPIO mask as a module option. This makes it possible to limit the GPIO lines used by the b43 module. Useful for those using the GPIO lines for other things like mmc over GPIO. It is helpful to those not able / interested in recompiling OpenWRT themselves. The default action is the same as before, that is 0xf gpiomask. Signed-off-by: Simon Gaynor <openwrt@simong.net> SVN-Revision: 22927
* p54spi: Compile in the default eeprom imageMichael Büsch2010-09-041-0/+2
| | | | SVN-Revision: 22926
* mac80211: another overrideFelix Fietkau2010-09-021-0/+1
| | | | SVN-Revision: 22875
* mac80211: add missing config override for ath9kFelix Fietkau2010-09-021-0/+1
| | | | SVN-Revision: 22874
* ath9k: add a patch for dumping the eeprom contents via debugfsFelix Fietkau2010-09-011-0/+67
| | | | SVN-Revision: 22870
* mac80211: replace 800-nuke_led_code.patch with something smaller. most of ↵Felix Fietkau2010-08-312-415/+127
| | | | | | the #ifdef spaghetti that the old patch introduced was completely unnecessary SVN-Revision: 22866
* mac80211: update to wireless-testing 2010-08-31Felix Fietkau2010-08-3137-1744/+162
| | | | SVN-Revision: 22865
* ath9k: fix a WARN_ON when aggregation start is issued more than once, should ↵Felix Fietkau2010-08-281-0/+12
| | | | | | improve stability with 802.11n SVN-Revision: 22827
* ath9k: add some extra checks to the mic failure fixFelix Fietkau2010-08-281-8/+19
| | | | SVN-Revision: 22825
* p54: Fix powersave modeMichael Büsch2010-08-251-0/+33
| | | | SVN-Revision: 22797
* ath9k: fix spurious MIC failure detection, causing instability issues in AP modeFelix Fietkau2010-08-251-0/+74
| | | | SVN-Revision: 22795
* mac80211: Fix incorrect ifdef placement in 800-nuke_led_code.patchMichael Büsch2010-08-211-33/+52
| | | | SVN-Revision: 22749
* ath9k: remove an unnecessary BUG_ON in the aggregation code and clean up ↵Felix Fietkau2010-08-171-0/+36
| | | | | | block ack window tracking to use less memory SVN-Revision: 22688
* package/mac80211: fix r22422, add missing bits & bytesAlexandros C. Couloumbis2010-08-122-78/+433
| | | | SVN-Revision: 22611
* package/mac80211: let build system enable led code through cflags (thank you ↵Alexandros C. Couloumbis2010-08-111-0/+78
| | | | | | nbd) SVN-Revision: 22591
* mac80211: Add p54spi driverMichael Büsch2010-08-081-2/+24
| | | | SVN-Revision: 22535
* ath9k: fix rx tsf parsingFelix Fietkau2010-08-041-0/+44
| | | | SVN-Revision: 22493
* ath9k: improve stuck beacon recovery by reading nf values from the hw when a ↵Felix Fietkau2010-08-021-1/+3
| | | | | | calibration is pending (instead of waiting for the next cal interval) SVN-Revision: 22461
* ath9k: improve stuck beacon recovery and noise floor handling. significantly ↵Felix Fietkau2010-08-024-0/+306
| | | | | | improves stability under strong interference in ap mode SVN-Revision: 22460
* ath9k: fix aggregation pause/restart handling under heavy load (thx to ↵Felix Fietkau2010-08-011-0/+72
| | | | | | Lorenzo Bianconi) SVN-Revision: 22457
* package/mac80211: sync commit r22419Alexandros C. Couloumbis2010-07-311-27/+0
| | | | SVN-Revision: 22422
* mac80211: update to 2010-07-29, add pending patches to fix further issues ↵Felix Fietkau2010-07-306-617/+662
| | | | | | with calibration SVN-Revision: 22419
* mac80211: minor fix for the offchannel status change notificationFelix Fietkau2010-07-301-0/+27
| | | | SVN-Revision: 22417
* ath9k: fix various calibration related bugs and clean up the codeFelix Fietkau2010-07-285-20/+1017
| | | | SVN-Revision: 22408
* mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a ↵Felix Fietkau2010-07-279-136/+26
| | | | | | change that might fix some calibration issues SVN-Revision: 22403
* ath9k: simplify noise floor calibration chainmask calculationFelix Fietkau2010-07-231-0/+30
| | | | SVN-Revision: 22362
* ath9k: fix invalid noisefloor measurement values in ht20 modeFelix Fietkau2010-07-231-0/+46
| | | | SVN-Revision: 22361
* ath9k: fix another buffer leak in the aggregation codeFelix Fietkau2010-07-231-0/+32
| | | | SVN-Revision: 22360
* mac80211: fix build of ipw2100 driverHauke Mehrtens2010-07-221-0/+61
| | | | SVN-Revision: 22358
* mac80211: fix handling of frag and rts options, thanks stintel!Jo-Philipp Wich2010-07-221-10/+4
| | | | SVN-Revision: 22355
* move the crda dependency to the kmod-cfg80211 package, get rid of crda's ↵Felix Fietkau2010-07-201-1/+1
| | | | | | dependency on mac80211. this fixes circular dependency issues SVN-Revision: 22304
* mac80211: fix aggregation on WDS AP interfacesFelix Fietkau2010-07-201-0/+20
| | | | SVN-Revision: 22302
* mac80211: update to wireless-testing 2010-07-16Felix Fietkau2010-07-2016-5769/+8
| | | | SVN-Revision: 22301
* ath5k: in-flash macs and eeprom for mach-eap7660dGabor Juhos2010-07-153-1/+93
| | | | | | | | | This adds ath5k_platform.h to mac80211 and patches ath5k to respect MAC addresses and eeprom content from platform_data, if supplied. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 22188
* mac80211: improve reliability of the keymiss handling fix, add another ↵Felix Fietkau2010-07-122-17/+52
| | | | | | aggregation leak fix SVN-Revision: 22152
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-41/+41
| | | | SVN-Revision: 22145
* ath9k: remove support for hardware which was never sold. reduces binary size ↵Felix Fietkau2010-07-111-0/+5044
| | | | | | by ~30k SVN-Revision: 22134
* ath9k: improve reliability of the noise floor calibrationFelix Fietkau2010-07-111-0/+399
| | | | SVN-Revision: 22126
* ath9k: add another batch of stability updates and misc fixesFelix Fietkau2010-07-116-0/+188
| | | | SVN-Revision: 22123
* mac80211: update to wireless-testing 2010-07-06, add another patch to ↵Felix Fietkau2010-07-0718-15404/+41
| | | | | | finally fix the annoying buffer leak in ath9k SVN-Revision: 22088
* mac80211: fix interface teardown for kernels >= 2.6.33Felix Fietkau2010-07-061-1/+9
| | | | SVN-Revision: 22078