Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: update to latest wireless-testing + more stability work | Felix Fietkau | 2010-11-20 | 4 | -131/+283 |
| | | | | SVN-Revision: 24044 | ||||
* | mac80211: merge the upstream ht40 fix | Felix Fietkau | 2010-11-19 | 1 | -0/+13 |
| | | | | SVN-Revision: 24033 | ||||
* | ath9k: rework the mac address override patch to not break ath9k_htc | Felix Fietkau | 2010-11-19 | 2 | -60/+29 |
| | | | | SVN-Revision: 24031 | ||||
* | mac80211: merge pending cfg80211 patches to fix a race condition with ↵ | Felix Fietkau | 2010-11-18 | 1 | -0/+178 |
| | | | | | | setting the regdomain for multiple cards SVN-Revision: 24028 | ||||
* | mac80211: update to wireless-testing 2010-11-16 | Felix Fietkau | 2010-11-17 | 19 | -3970/+350 |
| | | | | SVN-Revision: 24017 | ||||
* | ath9k: add some fixes for AR9003 | Felix Fietkau | 2010-11-16 | 2 | -0/+171 |
| | | | | SVN-Revision: 24016 | ||||
* | mac80211: fix another 2.6.35 compile error | Felix Fietkau | 2010-11-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 23974 | ||||
* | mac80211: fix compile on linux 2.6.35 | Felix Fietkau | 2010-11-12 | 1 | -0/+16 |
| | | | | SVN-Revision: 23972 | ||||
* | mac80211: update to wireless-testing 2010-11-10 + some pending work | Felix Fietkau | 2010-11-11 | 34 | -2175/+3678 |
| | | | | SVN-Revision: 23968 | ||||
* | net-hermes-pcmcia mark as broken, because we do not want the ugly pcmcia ↵ | Hauke Mehrtens | 2010-11-10 | 1 | -1/+1 |
| | | | | | | patches from compat-wireless SVN-Revision: 23954 | ||||
* | wireless: build hermes packages from compat-wirelessand not from the kernel. | Hauke Mehrtens | 2010-11-10 | 1 | -1/+64 |
| | | | | | | hermes now depends on cfg80211 and that is provided by compat-wireless, so the hermes driver should also be taken from that source. SVN-Revision: 23946 | ||||
* | ath9k: fix a compile error with debugging disabled (#8189) | Felix Fietkau | 2010-11-07 | 1 | -0/+8 |
| | | | | SVN-Revision: 23912 | ||||
* | ath9k: fix ath9k_hw_apply_gpio_override so that it's effective | Felix Fietkau | 2010-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | I discovered another bug in the ath9k WNDR3700 quirk fix from r23822. ath9k_hw_apply_gpio_override was testing the original value of gpio_mask to determine which bits were appropriate, instead of testing the shifted value. Because bit 0 is always clear in the original value, this resulted in no calls to set the GPIOs, an improperly-configured radio, and reduced RSSI on other systems listening to the radio. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23890 | ||||
* | ath9k: fix enabling SWBA interrupts | Felix Fietkau | 2010-11-04 | 1 | -0/+20 |
| | | | | SVN-Revision: 23870 | ||||
* | ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces ↵ | Felix Fietkau | 2010-11-04 | 1 | -21/+41 |
| | | | | | | packet loss under load SVN-Revision: 23856 | ||||
* | ath9k: fix cycle counter tracking | Felix Fietkau | 2010-11-03 | 1 | -0/+33 |
| | | | | SVN-Revision: 23824 | ||||
* | ath9k: fix queue pending frame counter tracking by cleaning up tx queue ↵ | Felix Fietkau | 2010-11-03 | 1 | -0/+686 |
| | | | | | | selection SVN-Revision: 23823 | ||||
* | ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and ↵ | Felix Fietkau | 2010-11-03 | 9 | -110/+138 |
| | | | | | | instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues SVN-Revision: 23822 | ||||
* | nl80211: fix a station dump crash triggered by sending an invalid ifindex | Felix Fietkau | 2010-10-31 | 1 | -0/+13 |
| | | | | SVN-Revision: 23741 | ||||
* | mac80211: set GF flag in hostapd config if supported | Felix Fietkau | 2010-10-27 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 23673 | ||||
* | ath9k: fix aggregation flush on ar9003 | Felix Fietkau | 2010-10-27 | 1 | -0/+34 |
| | | | | SVN-Revision: 23650 | ||||
* | ath9k: add more pending locking fixes - fixes tx dma hang issues on reset | Felix Fietkau | 2010-10-27 | 2 | -74/+200 |
| | | | | SVN-Revision: 23649 | ||||
* | mac80211: add uci support for the ad-hoc multicast rate setting | Felix Fietkau | 2010-10-25 | 1 | -1/+8 |
| | | | | SVN-Revision: 23637 | ||||
* | mac80211: add support for setting the multicast rate for ibss | Felix Fietkau | 2010-10-25 | 2 | -0/+164 |
| | | | | SVN-Revision: 23635 | ||||
* | hostapd/mac80211: implement support for AP+STA | Felix Fietkau | 2010-10-23 | 1 | -1/+3 |
| | | | | SVN-Revision: 23602 | ||||
* | ath9k: fix an aggregation hang issue that happens when a hardware reset is ↵ | Felix Fietkau | 2010-10-23 | 1 | -0/+42 |
| | | | | | | issued SVN-Revision: 23588 | ||||
* | ath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht ↵ | Felix Fietkau | 2010-10-21 | 5 | -43/+87 |
| | | | | | | performance fixes for better performance SVN-Revision: 23558 | ||||
* | mac80211: decrease the minstrel_ht sampling interval for faster rate adaption | Felix Fietkau | 2010-10-20 | 2 | -1/+13 |
| | | | | SVN-Revision: 23555 | ||||
* | mac80211: improve minstrel_ht performance by ensuring that rates get sampled ↵ | Felix Fietkau | 2010-10-20 | 1 | -0/+31 |
| | | | | | | fast enough SVN-Revision: 23554 | ||||
* | ath9k: fix a small bug in the handling of a few tx descriptor flags | Felix Fietkau | 2010-10-20 | 1 | -0/+25 |
| | | | | SVN-Revision: 23553 | ||||
* | ath9k: fix a crash that happens when survey stats are accessed before the ↵ | Felix Fietkau | 2010-10-20 | 1 | -0/+12 |
| | | | | | | interface is brought up for the first time SVN-Revision: 23549 | ||||
* | ath9k: use the maximum rate power for the channel txpower limits | Felix Fietkau | 2010-10-20 | 1 | -24/+72 |
| | | | | SVN-Revision: 23543 | ||||
* | ath9k: add a locking fix that might prevent random memory corruption during ↵ | Felix Fietkau | 2010-10-20 | 1 | -0/+237 |
| | | | | | | hardware resets SVN-Revision: 23542 | ||||
* | ath9k: fix tx power display | Felix Fietkau | 2010-10-20 | 3 | -0/+412 |
| | | | | SVN-Revision: 23541 | ||||
* | mac80211: update to wireless-testing 2010-10-19 | Felix Fietkau | 2010-10-19 | 22 | -1751/+10 |
| | | | | SVN-Revision: 23540 | ||||
* | ath9k: make the regulatory override less intrusive - allow it to parse CTLs | Felix Fietkau | 2010-10-19 | 1 | -57/+35 |
| | | | | SVN-Revision: 23539 | ||||
* | mac80211: update to wireless-testing 2010-10-15, add a few ath9k fixes and ↵ | Felix Fietkau | 2010-10-16 | 31 | -1002/+1624 |
| | | | | | | performance enhancements SVN-Revision: 23470 | ||||
* | wifi: change the default channel from 5 to 11, 5 was a really bad choice | Felix Fietkau | 2010-10-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 23423 | ||||
* | ath9k: fix a few ani issues | Felix Fietkau | 2010-10-12 | 3 | -0/+75 |
| | | | | SVN-Revision: 23412 | ||||
* | ath9k: fix channel time updates when the interface is idle | Felix Fietkau | 2010-10-12 | 1 | -0/+54 |
| | | | | SVN-Revision: 23410 | ||||
* | mac80211: fix a crash in the netlink backport | Felix Fietkau | 2010-10-12 | 1 | -0/+12 |
| | | | | SVN-Revision: 23409 | ||||
* | mac80211: kmod-p54-common needs crc-ccitt, patch by loswillos | Jo-Philipp Wich | 2010-10-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 23384 | ||||
* | ath9k: fix counter overflow in survey channel time stats for the operating ↵ | Felix Fietkau | 2010-10-10 | 1 | -15/+33 |
| | | | | | | channel SVN-Revision: 23381 | ||||
* | mac80211: update to a newer compat-wireless which fixes rt2800pci compile ↵ | Felix Fietkau | 2010-10-10 | 4 | -319/+3 |
| | | | | | | issues on 2.6.32 and below SVN-Revision: 23374 | ||||
* | mac80211: don't use /usr/bin/bash in support scripts, breaks FreeBSD | Jo-Philipp Wich | 2010-10-09 | 1 | -0/+189 |
| | | | | SVN-Revision: 23367 | ||||
* | ath9k: implement extended channel utilization statistics via survey | Felix Fietkau | 2010-10-09 | 7 | -0/+935 |
| | | | | SVN-Revision: 23350 | ||||
* | ath9k: add a fix for an aggregation delimiter size rounding error | Felix Fietkau | 2010-10-09 | 1 | -0/+13 |
| | | | | SVN-Revision: 23349 | ||||
* | mac80211: fix netlink backport for 2.6.31 and below | Felix Fietkau | 2010-10-09 | 1 | -1/+94 |
| | | | | SVN-Revision: 23348 | ||||
* | mac80211: update to wireless-testing 2010-10-06 | Felix Fietkau | 2010-10-07 | 27 | -1476/+245 |
| | | | | SVN-Revision: 23294 | ||||
* | mac80211: ath9k: get tx gain type from eeprom | Gabor Juhos | 2010-10-05 | 2 | -1/+34 |
| | | | | SVN-Revision: 23242 |