Commit Graph

481 Commits (65f47378d7baca9ba3c1e0cf634bce8af1783361)

Author SHA1 Message Date
Felix Fietkau 6f8a738587 ath9k: fetch survey data for all channels
SVN-Revision: 23154
14 years ago
Felix Fietkau 92e5e35c77 mac80211: update to wireless-testing 2010-09-28
SVN-Revision: 23149
14 years ago
Felix Fietkau c749f9a924 ath9k: fix a warning during a failed aggregation start
SVN-Revision: 23100
14 years ago
Felix Fietkau d6f08bcf81 ath9k: fix various aggregation related race conditions
SVN-Revision: 23097
14 years ago
Felix Fietkau 4df10391ba rt2800pci: add back ifdown hang workaround that was accidentally dropped during a compat-wireless update
SVN-Revision: 23078
14 years ago
Felix Fietkau fc7fbe8349 mac80211: upgrade to wireless-testing 2010-09-14, replace the external carl9170 with the recently merged upstream version
SVN-Revision: 23061
14 years ago
Felix Fietkau 9c2cfd7a1b mac80211: add a pending fix for a locking error in the aggregation reorder release code
SVN-Revision: 23060
14 years ago
Felix Fietkau 2c848d33a9 ath9k: fix multi-bss operation (fixes #7914)
SVN-Revision: 23059
14 years ago
Michael Büsch 7b30b70e11 From: Joseph Roback <openwrt-devel@roback.cc>
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
14 years ago
Jo-Philipp Wich a2aa84c1c7 b43: Module option added to change the GPIO LED mask. This patch exposes the 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
14 years ago
Michael Büsch 89f806fe5f p54spi: Compile in the default eeprom image
SVN-Revision: 22926
14 years ago
Felix Fietkau 4dd1e1437b mac80211: another override
SVN-Revision: 22875
14 years ago
Felix Fietkau 72f1c12abd mac80211: add missing config override for ath9k
SVN-Revision: 22874
14 years ago
Felix Fietkau ea70b60a07 ath9k: add a patch for dumping the eeprom contents via debugfs
SVN-Revision: 22870
14 years ago
Felix Fietkau 003ec7d795 mac80211: replace 800-nuke_led_code.patch with something smaller. most of the #ifdef spaghetti that the old patch introduced was completely unnecessary
SVN-Revision: 22866
14 years ago
Felix Fietkau 2f014eb8e8 mac80211: update to wireless-testing 2010-08-31
SVN-Revision: 22865
14 years ago
Felix Fietkau 1d6f21de61 ath9k: fix a WARN_ON when aggregation start is issued more than once, should improve stability with 802.11n
SVN-Revision: 22827
14 years ago
Felix Fietkau c3bcd846e9 ath9k: add some extra checks to the mic failure fix
SVN-Revision: 22825
14 years ago
Michael Büsch 5106eb903a p54: Fix powersave mode
SVN-Revision: 22797
14 years ago
Felix Fietkau 05cf68cf4c ath9k: fix spurious MIC failure detection, causing instability issues in AP mode
SVN-Revision: 22795
14 years ago
Michael Büsch 4df18c296e mac80211: Fix incorrect ifdef placement in 800-nuke_led_code.patch
SVN-Revision: 22749
14 years ago
Felix Fietkau 1d1b83fa4c ath9k: remove an unnecessary BUG_ON in the aggregation code and clean up block ack window tracking to use less memory
SVN-Revision: 22688
14 years ago
Alexandros C. Couloumbis c4e73984fa package/mac80211: fix r22422, add missing bits & bytes
SVN-Revision: 22611
14 years ago
Alexandros C. Couloumbis a84b3efe34 package/mac80211: let build system enable led code through cflags (thank you nbd)
SVN-Revision: 22591
14 years ago
Michael Büsch 3b1628215a mac80211: Add p54spi driver
SVN-Revision: 22535
14 years ago
Felix Fietkau e8fe990549 ath9k: fix rx tsf parsing
SVN-Revision: 22493
14 years ago
Felix Fietkau 393db419ec ath9k: improve stuck beacon recovery by reading nf values from the hw when a calibration is pending (instead of waiting for the next cal interval)
SVN-Revision: 22461
14 years ago
Felix Fietkau 9d2aa5f66f ath9k: improve stuck beacon recovery and noise floor handling. significantly improves stability under strong interference in ap mode
SVN-Revision: 22460
14 years ago
Felix Fietkau 31239d3332 ath9k: fix aggregation pause/restart handling under heavy load (thx to Lorenzo Bianconi)
SVN-Revision: 22457
14 years ago
Alexandros C. Couloumbis 524779230e package/mac80211: sync commit r22419
SVN-Revision: 22422
14 years ago
Felix Fietkau fc16d8ae02 mac80211: update to 2010-07-29, add pending patches to fix further issues with calibration
SVN-Revision: 22419
14 years ago
Felix Fietkau 941f72b11c mac80211: minor fix for the offchannel status change notification
SVN-Revision: 22417
14 years ago
Felix Fietkau bbd756364f ath9k: fix various calibration related bugs and clean up the code
SVN-Revision: 22408
14 years ago
Felix Fietkau 0e417cf3ce mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a change that might fix some calibration issues
SVN-Revision: 22403
14 years ago
Felix Fietkau ce8858061b ath9k: simplify noise floor calibration chainmask calculation
SVN-Revision: 22362
14 years ago
Felix Fietkau f4331b40a4 ath9k: fix invalid noisefloor measurement values in ht20 mode
SVN-Revision: 22361
14 years ago
Felix Fietkau 90a71cd326 ath9k: fix another buffer leak in the aggregation code
SVN-Revision: 22360
14 years ago
Hauke Mehrtens f602c71415 mac80211: fix build of ipw2100 driver
SVN-Revision: 22358
14 years ago
Jo-Philipp Wich 8344c770fc mac80211: fix handling of frag and rts options, thanks stintel!
SVN-Revision: 22355
14 years ago
Felix Fietkau ae2c9dcb2b move the crda dependency to the kmod-cfg80211 package, get rid of crda's dependency on mac80211. this fixes circular dependency issues
SVN-Revision: 22304
14 years ago
Felix Fietkau 2fcbada24b mac80211: fix aggregation on WDS AP interfaces
SVN-Revision: 22302
14 years ago
Felix Fietkau 41872e8765 mac80211: update to wireless-testing 2010-07-16
SVN-Revision: 22301
14 years ago
Gabor Juhos 3f4e29691e ath5k: in-flash macs and eeprom for mach-eap7660d
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
14 years ago
Felix Fietkau d0e2e4f693 mac80211: improve reliability of the keymiss handling fix, add another aggregation leak fix
SVN-Revision: 22152
14 years ago
Claudio Mignanti 2d86ea7bf3 massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
14 years ago
Felix Fietkau 58232503a9 ath9k: remove support for hardware which was never sold. reduces binary size by ~30k
SVN-Revision: 22134
14 years ago
Felix Fietkau b28b2b9590 ath9k: improve reliability of the noise floor calibration
SVN-Revision: 22126
14 years ago
Felix Fietkau 99698373f9 ath9k: add another batch of stability updates and misc fixes
SVN-Revision: 22123
14 years ago
Felix Fietkau c2e40eeace mac80211: update to wireless-testing 2010-07-06, add another patch to finally fix the annoying buffer leak in ath9k
SVN-Revision: 22088
14 years ago
Felix Fietkau e0751eb57e mac80211: fix interface teardown for kernels >= 2.6.33
SVN-Revision: 22078
14 years ago