Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ath9k: add a few fixes and cleanups | Felix Fietkau | 2010-10-03 | 6 | -0/+1058 |
| | | | | SVN-Revision: 23198 | ||||
* | ath9k: fix regulatory issues with multiple cards | Felix Fietkau | 2010-10-01 | 1 | -0/+91 |
| | | | | SVN-Revision: 23168 | ||||
* | ath9k: compile out the ath9k rate control | Felix Fietkau | 2010-09-30 | 2 | -13/+11 |
| | | | | SVN-Revision: 23163 | ||||
* | ath9k: fetch survey data for all channels | Felix Fietkau | 2010-09-29 | 6 | -0/+272 |
| | | | | SVN-Revision: 23154 | ||||
* | mac80211: update to wireless-testing 2010-09-28 | Felix Fietkau | 2010-09-29 | 24 | -397/+38 |
| | | | | SVN-Revision: 23149 | ||||
* | ath9k: fix a warning during a failed aggregation start | Felix Fietkau | 2010-09-20 | 1 | -2/+5 |
| | | | | SVN-Revision: 23100 | ||||
* | ath9k: fix various aggregation related race conditions | Felix Fietkau | 2010-09-19 | 2 | -0/+183 |
| | | | | SVN-Revision: 23097 | ||||
* | rt2800pci: add back ifdown hang workaround that was accidentally dropped ↵ | Felix Fietkau | 2010-09-16 | 1 | -0/+29 |
| | | | | | | during a compat-wireless update SVN-Revision: 23078 | ||||
* | mac80211: upgrade to wireless-testing 2010-09-14, replace the external ↵ | Felix Fietkau | 2010-09-14 | 30 | -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 Fietkau | 2010-09-14 | 1 | -0/+25 |
| | | | | | | release code SVN-Revision: 23060 | ||||
* | ath9k: fix multi-bss operation (fixes #7914) | Felix Fietkau | 2010-09-14 | 1 | -0/+117 |
| | | | | SVN-Revision: 23059 | ||||
* | From: Joseph Roback <openwrt-devel@roback.cc> | Michael Büsch | 2010-09-07 | 1 | -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 Wich | 2010-09-04 | 1 | -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 image | Michael Büsch | 2010-09-04 | 1 | -0/+2 |
| | | | | SVN-Revision: 22926 | ||||
* | mac80211: another override | Felix Fietkau | 2010-09-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 22875 | ||||
* | mac80211: add missing config override for ath9k | Felix Fietkau | 2010-09-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 22874 | ||||
* | ath9k: add a patch for dumping the eeprom contents via debugfs | Felix Fietkau | 2010-09-01 | 1 | -0/+67 |
| | | | | SVN-Revision: 22870 | ||||
* | mac80211: replace 800-nuke_led_code.patch with something smaller. most of ↵ | Felix Fietkau | 2010-08-31 | 2 | -415/+127 |
| | | | | | | the #ifdef spaghetti that the old patch introduced was completely unnecessary SVN-Revision: 22866 | ||||
* | mac80211: update to wireless-testing 2010-08-31 | Felix Fietkau | 2010-08-31 | 37 | -1744/+162 |
| | | | | SVN-Revision: 22865 | ||||
* | ath9k: fix a WARN_ON when aggregation start is issued more than once, should ↵ | Felix Fietkau | 2010-08-28 | 1 | -0/+12 |
| | | | | | | improve stability with 802.11n SVN-Revision: 22827 | ||||
* | ath9k: add some extra checks to the mic failure fix | Felix Fietkau | 2010-08-28 | 1 | -8/+19 |
| | | | | SVN-Revision: 22825 | ||||
* | p54: Fix powersave mode | Michael Büsch | 2010-08-25 | 1 | -0/+33 |
| | | | | SVN-Revision: 22797 | ||||
* | ath9k: fix spurious MIC failure detection, causing instability issues in AP mode | Felix Fietkau | 2010-08-25 | 1 | -0/+74 |
| | | | | SVN-Revision: 22795 | ||||
* | mac80211: Fix incorrect ifdef placement in 800-nuke_led_code.patch | Michael Büsch | 2010-08-21 | 1 | -33/+52 |
| | | | | SVN-Revision: 22749 | ||||
* | ath9k: remove an unnecessary BUG_ON in the aggregation code and clean up ↵ | Felix Fietkau | 2010-08-17 | 1 | -0/+36 |
| | | | | | | block ack window tracking to use less memory SVN-Revision: 22688 | ||||
* | package/mac80211: fix r22422, add missing bits & bytes | Alexandros C. Couloumbis | 2010-08-12 | 2 | -78/+433 |
| | | | | SVN-Revision: 22611 | ||||
* | package/mac80211: let build system enable led code through cflags (thank you ↵ | Alexandros C. Couloumbis | 2010-08-11 | 1 | -0/+78 |
| | | | | | | nbd) SVN-Revision: 22591 | ||||
* | mac80211: Add p54spi driver | Michael Büsch | 2010-08-08 | 1 | -2/+24 |
| | | | | SVN-Revision: 22535 | ||||
* | ath9k: fix rx tsf parsing | Felix Fietkau | 2010-08-04 | 1 | -0/+44 |
| | | | | SVN-Revision: 22493 | ||||
* | ath9k: improve stuck beacon recovery by reading nf values from the hw when a ↵ | Felix Fietkau | 2010-08-02 | 1 | -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 Fietkau | 2010-08-02 | 4 | -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 Fietkau | 2010-08-01 | 1 | -0/+72 |
| | | | | | | Lorenzo Bianconi) SVN-Revision: 22457 | ||||
* | package/mac80211: sync commit r22419 | Alexandros C. Couloumbis | 2010-07-31 | 1 | -27/+0 |
| | | | | SVN-Revision: 22422 | ||||
* | mac80211: update to 2010-07-29, add pending patches to fix further issues ↵ | Felix Fietkau | 2010-07-30 | 6 | -617/+662 |
| | | | | | | with calibration SVN-Revision: 22419 | ||||
* | mac80211: minor fix for the offchannel status change notification | Felix Fietkau | 2010-07-30 | 1 | -0/+27 |
| | | | | SVN-Revision: 22417 | ||||
* | ath9k: fix various calibration related bugs and clean up the code | Felix Fietkau | 2010-07-28 | 5 | -20/+1017 |
| | | | | SVN-Revision: 22408 | ||||
* | mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a ↵ | Felix Fietkau | 2010-07-27 | 9 | -136/+26 |
| | | | | | | change that might fix some calibration issues SVN-Revision: 22403 | ||||
* | ath9k: simplify noise floor calibration chainmask calculation | Felix Fietkau | 2010-07-23 | 1 | -0/+30 |
| | | | | SVN-Revision: 22362 | ||||
* | ath9k: fix invalid noisefloor measurement values in ht20 mode | Felix Fietkau | 2010-07-23 | 1 | -0/+46 |
| | | | | SVN-Revision: 22361 | ||||
* | ath9k: fix another buffer leak in the aggregation code | Felix Fietkau | 2010-07-23 | 1 | -0/+32 |
| | | | | SVN-Revision: 22360 | ||||
* | mac80211: fix build of ipw2100 driver | Hauke Mehrtens | 2010-07-22 | 1 | -0/+61 |
| | | | | SVN-Revision: 22358 | ||||
* | mac80211: fix handling of frag and rts options, thanks stintel! | Jo-Philipp Wich | 2010-07-22 | 1 | -10/+4 |
| | | | | SVN-Revision: 22355 | ||||
* | move the crda dependency to the kmod-cfg80211 package, get rid of crda's ↵ | Felix Fietkau | 2010-07-20 | 1 | -1/+1 |
| | | | | | | dependency on mac80211. this fixes circular dependency issues SVN-Revision: 22304 | ||||
* | mac80211: fix aggregation on WDS AP interfaces | Felix Fietkau | 2010-07-20 | 1 | -0/+20 |
| | | | | SVN-Revision: 22302 | ||||
* | mac80211: update to wireless-testing 2010-07-16 | Felix Fietkau | 2010-07-20 | 16 | -5769/+8 |
| | | | | SVN-Revision: 22301 | ||||
* | ath5k: in-flash macs and eeprom for mach-eap7660d | Gabor Juhos | 2010-07-15 | 3 | -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 Fietkau | 2010-07-12 | 2 | -17/+52 |
| | | | | | | aggregation leak fix SVN-Revision: 22152 | ||||
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 | 1 | -41/+41 |
| | | | | SVN-Revision: 22145 | ||||
* | ath9k: remove support for hardware which was never sold. reduces binary size ↵ | Felix Fietkau | 2010-07-11 | 1 | -0/+5044 |
| | | | | | | by ~30k SVN-Revision: 22134 | ||||
* | ath9k: improve reliability of the noise floor calibration | Felix Fietkau | 2010-07-11 | 1 | -0/+399 |
| | | | | SVN-Revision: 22126 |