Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: replace the regd revert patch with a proper fix, add some more ↵ | Felix Fietkau | 2011-04-26 | 2 | -63/+567 |
| | | | | | | pending patches SVN-Revision: 26761 | ||||
* | ath9k: remove the signal strength fix, it causes a lot of confusion and ↵ | Felix Fietkau | 2011-04-25 | 1 | -27/+0 |
| | | | | | | seems to be just as inaccurate as the original version of the code SVN-Revision: 26753 | ||||
* | cfg80211: revert upstream regdomain handling breakage | Felix Fietkau | 2011-04-25 | 2 | -2/+65 |
| | | | | SVN-Revision: 26752 | ||||
* | mac80211: do rate control updates when the HT configuration changes on an ↵ | Felix Fietkau | 2011-04-23 | 1 | -0/+35 |
| | | | | | | interface SVN-Revision: 26750 | ||||
* | mac80211: remove unneeded patch | Hauke Mehrtens | 2011-04-21 | 1 | -14/+0 |
| | | | | | | This was fixed upstream SVN-Revision: 26745 | ||||
* | mac80211: update to wireless-testing 2011-04-19, contains several beacon ↵ | Felix Fietkau | 2011-04-20 | 54 | -2347/+60 |
| | | | | | | related fixes for ath9k SVN-Revision: 26744 | ||||
* | mac80211: b43: Expose PIO mode fallback | Hauke Mehrtens | 2011-04-19 | 1 | -13/+17 |
| | | | | | | | | Allow reenabling the PIO mode fallback for b43. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26735 | ||||
* | mac80211: re-enable beacon channel hints | Felix Fietkau | 2011-04-19 | 1 | -9/+0 |
| | | | | SVN-Revision: 26723 | ||||
* | ath9k: assign a keycache slot per station for unencrypted links to fix ↵ | Felix Fietkau | 2011-04-17 | 1 | -0/+119 |
| | | | | | | powersave frame filtering SVN-Revision: 26712 | ||||
* | ath9k: add a patch to show excessive retry counts for single MPDUs | Felix Fietkau | 2011-04-17 | 1 | -0/+32 |
| | | | | SVN-Revision: 26711 | ||||
* | ath5k: allow simultaneous ad-hoc+ap operation | Felix Fietkau | 2011-04-15 | 3 | -2/+40 |
| | | | | SVN-Revision: 26685 | ||||
* | ath9k: due to popular request, allow ad-hoc+ap again, now that the beacon ↵ | Felix Fietkau | 2011-04-14 | 2 | -2/+19 |
| | | | | | | code can handle it SVN-Revision: 26668 | ||||
* | ath9k: fix resetting the hw during channel change when the MAC fails to go idle | Felix Fietkau | 2011-04-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 26665 | ||||
* | cfg80211: disable processing of 802.11d regulatory hints - it causes invalid ↵ | Felix Fietkau | 2011-04-14 | 1 | -0/+29 |
| | | | | | | regulatory settings on reconnect (fixes #9207) SVN-Revision: 26662 | ||||
* | mac80211: fix WPA auth on WDS station interfaces (#9227) | Felix Fietkau | 2011-04-12 | 3 | -14/+10 |
| | | | | SVN-Revision: 26609 | ||||
* | mac80211: ath9k: register id table for platform device | Gabor Juhos | 2011-04-12 | 1 | -0/+46 |
| | | | | | | | | | | | | Currently the device id in the platform driver is hardcoded to an id which is specific to AR9130/AR9132 SOCs as it supports only wmac (wireless mac) of these SOCs. But this needs to be dynamic when we want to support different wmac of SOCs. So add id_table to driver to make it extendable to more SOCs. Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> SVN-Revision: 26604 | ||||
* | ath5k: disable the unusable 2 GHz mode on the first radio of a dual-band ↵ | Felix Fietkau | 2011-04-11 | 1 | -0/+50 |
| | | | | | | AR5312 device SVN-Revision: 26587 | ||||
* | ath5k: fix eeprom capability checks that disabled AES crypto support where ↵ | Felix Fietkau | 2011-04-11 | 1 | -0/+11 |
| | | | | | | it should have been enabled SVN-Revision: 26586 | ||||
* | ath5k: fix mac address detection on dual-radio ar5312 | Felix Fietkau | 2011-04-10 | 2 | -0/+229 |
| | | | | SVN-Revision: 26583 | ||||
* | ath5k: fix 2ghz-only radio handling on ar5312 | Felix Fietkau | 2011-04-10 | 1 | -0/+12 |
| | | | | SVN-Revision: 26582 | ||||
* | ath5k: decrease interrupt load for rx/tx interrupts | Felix Fietkau | 2011-04-10 | 1 | -0/+140 |
| | | | | SVN-Revision: 26579 | ||||
* | ath5k: clean up debugfs code | Felix Fietkau | 2011-04-10 | 1 | -0/+143 |
| | | | | SVN-Revision: 26578 | ||||
* | mac80211: fix compile with older kernel versions | Hauke Mehrtens | 2011-04-09 | 1 | -0/+12 |
| | | | | SVN-Revision: 26573 | ||||
* | ath5k: add some more performance improvements | Felix Fietkau | 2011-04-09 | 5 | -0/+444 |
| | | | | SVN-Revision: 26566 | ||||
* | ath5k: rename a misnamed patch | Felix Fietkau | 2011-04-09 | 1 | -0/+0 |
| | | | | SVN-Revision: 26565 | ||||
* | ath5k: add a few fixes that improve performance | Felix Fietkau | 2011-04-09 | 3 | -0/+147 |
| | | | | SVN-Revision: 26564 | ||||
* | ath5k: fix tx status reporting | Felix Fietkau | 2011-04-09 | 1 | -0/+37 |
| | | | | SVN-Revision: 26563 | ||||
* | ath9k: properly count retries when frames are filtered due to excessive ↵ | Felix Fietkau | 2011-04-09 | 1 | -16/+39 |
| | | | | | | retries when a client is not in powersave mode SVN-Revision: 26545 | ||||
* | mac80211: fix reading the station flags in debugfs | Felix Fietkau | 2011-04-09 | 1 | -0/+9 |
| | | | | SVN-Revision: 26544 | ||||
* | ath9k: improve the rx dma stop fix, add more debugging output in case the ↵ | Felix Fietkau | 2011-04-08 | 2 | -21/+26 |
| | | | | | | issue still occurs SVN-Revision: 26532 | ||||
* | mac80211: fix support for iftype wds | Felix Fietkau | 2011-04-08 | 3 | -0/+255 |
| | | | | SVN-Revision: 26531 | ||||
* | mac80211: update to wireless-testing 2011-04-06 | Felix Fietkau | 2011-04-07 | 21 | -515/+359 |
| | | | | | | adds some more pending patches which (among other things) fix the 'failed to stop RX DMA' messages SVN-Revision: 26506 | ||||
* | ath9k: fall back to the default noise floor if the calibrated one is not ↵ | Felix Fietkau | 2011-04-05 | 1 | -1/+1 |
| | | | | | | available, fixes signal strength display in initial scan SVN-Revision: 26494 | ||||
* | mac80211: move 620-rt2x00_soc_led_support.patch to the correct place | Gabor Juhos | 2011-04-04 | 1 | -0/+75 |
| | | | | | | * fixes [26463] SVN-Revision: 26467 | ||||
* | mac80211: increase delay between aggregation session negotiation attempts - ↵ | Felix Fietkau | 2011-04-03 | 1 | -0/+49 |
| | | | | | | improves interop with intel clients SVN-Revision: 26444 | ||||
* | ath9k: fix missing chip wakeups causing instability issues on at least ↵ | Felix Fietkau | 2011-04-02 | 1 | -0/+127 |
| | | | | | | AR5416 (probably on other devices as well); fixes #9107 SVN-Revision: 26418 | ||||
* | mac80211: fix duplicate probe request reception (triggering unnecessary ↵ | Felix Fietkau | 2011-04-02 | 1 | -0/+18 |
| | | | | | | probe responses in multi-BSSID setups) SVN-Revision: 26408 | ||||
* | ath9k: fix adhoc beacon issues (#9163) | Felix Fietkau | 2011-04-02 | 2 | -0/+28 |
| | | | | SVN-Revision: 26395 | ||||
* | ath9k: fix reported signal strength | Felix Fietkau | 2011-03-30 | 1 | -0/+27 |
| | | | | SVN-Revision: 26368 | ||||
* | ath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should ↵ | Felix Fietkau | 2011-03-27 | 1 | -0/+13 |
| | | | | | | fix some AP mode stability issues on these chips SVN-Revision: 26316 | ||||
* | mac80211: disable an unnecessary backport to reduce code size | Felix Fietkau | 2011-03-26 | 1 | -0/+16 |
| | | | | SVN-Revision: 26303 | ||||
* | mac80211: remove an obsolete backport patch | Felix Fietkau | 2011-03-26 | 1 | -11/+0 |
| | | | | SVN-Revision: 26302 | ||||
* | mac80211: add a pending patch to remove the dependency on ecb | Felix Fietkau | 2011-03-25 | 1 | -0/+158 |
| | | | | SVN-Revision: 26295 | ||||
* | mac80211: update to wireless-testing 2011-03-24 | Felix Fietkau | 2011-03-25 | 19 | -1392/+47 |
| | | | | SVN-Revision: 26293 | ||||
* | ath9k: fix chip wakeup on interface start - should fix some instability issues | Felix Fietkau | 2011-03-25 | 1 | -0/+20 |
| | | | | SVN-Revision: 26290 | ||||
* | mac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS ↵ | Felix Fietkau | 2011-03-25 | 1 | -0/+47 |
| | | | | | | rates connects SVN-Revision: 26287 | ||||
* | mac80211: fix dropping multicast proberequest frames for ad-hoc | Felix Fietkau | 2011-03-24 | 1 | -0/+19 |
| | | | | SVN-Revision: 26284 | ||||
* | ath9k: add a few de-bloating and optimization patches | Felix Fietkau | 2011-03-23 | 10 | -0/+964 |
| | | | | SVN-Revision: 26281 | ||||
* | ath9k: merge a pending patch for fixing a stopped queue issue (mostly for ↵ | Felix Fietkau | 2011-03-23 | 2 | -2/+13 |
| | | | | | | client mode) SVN-Revision: 26280 | ||||
* | mac80211: update to wireless-testing 2011-03-22 | Felix Fietkau | 2011-03-22 | 22 | -1899/+143 |
| | | | | SVN-Revision: 26273 |