aboutsummaryrefslogtreecommitdiff
path: root/package/mac80211/patches
Commit message (Collapse)AuthorAge
...
* ath9k: fix tx queue debug countersFelix Fietkau2011-01-26
| | | | SVN-Revision: 25099
* mac80211: update to wireless-testing 2011-01-24Felix Fietkau2011-01-24
| | | | SVN-Revision: 25093
* ath9k: fix some ps wakeup/restore issues that led to crashes and other weird ↵Felix Fietkau2011-01-21
| | | | | | behavior SVN-Revision: 25058
* ath9k: disable PA predistortion on AR93xx for now until it is properly fixedFelix Fietkau2011-01-21
| | | | SVN-Revision: 25056
* ath9k: remove virtual wiphy support - it was only experimental anyway and it ↵Felix Fietkau2011-01-20
| | | | | | is not going to be maintained anymore SVN-Revision: 25055
* mac80211: add a few tx related fixesFelix Fietkau2011-01-20
| | | | SVN-Revision: 25054
* mac80211: update to wireless-testing 2010-01-19Felix Fietkau2011-01-20
| | | | SVN-Revision: 25053
* mac80211: fix the br_port_exists compatibility macro for 2.6.38Felix Fietkau2011-01-20
| | | | SVN-Revision: 25051
* mac80211: rework wds sta fix - check for the protocol of the incoming frame ↵Felix Fietkau2011-01-18
| | | | | | instead of just the authorized state SVN-Revision: 25039
* mac80211: fix frames looping back to a wds stationFelix Fietkau2011-01-15
| | | | SVN-Revision: 25008
* ath9k: fix a few more aggregation related issues, should improve stabilityFelix Fietkau2011-01-15
| | | | SVN-Revision: 25007
* mac80211: include the kfifo backport in compat.ko if necessary (fixes ↵Felix Fietkau2011-01-13
| | | | | | libertas, rt2x00) SVN-Revision: 24978
* ath9k: fix spurious decryption crc error regressionFelix Fietkau2011-01-13
| | | | SVN-Revision: 24976
* ath9k: reduce the number of false positives triggered by the baseband hang ↵Felix Fietkau2011-01-10
| | | | | | check by only running it when beacon transmission is blocked SVN-Revision: 24954
* ath9k: add a few aggregation reliability fixesFelix Fietkau2011-01-09
| | | | SVN-Revision: 24949
* mac80211: update to wireless-testing 2011-01-05, should improve aggregation ↵Felix Fietkau2011-01-09
| | | | | | reliability in ath9k SVN-Revision: 24948
* mac80211: fix a race condition during key deletionFelix Fietkau2011-01-04
| | | | SVN-Revision: 24895
* ath9k: add more pending fixes from linux-wireless@Felix Fietkau2010-12-30
| | | | SVN-Revision: 24858
* ath9k: fix rx dma descriptor error flag handlingFelix Fietkau2010-12-30
| | | | SVN-Revision: 24855
* ath9k: add back the interrupt mitigation tweak and reduce the rx interrupt ↵Felix Fietkau2010-12-24
| | | | | | mitigation times further SVN-Revision: 24819
* ath9k: add pending fixes for revision checks and handling of the hw ↵Felix Fietkau2010-12-24
| | | | | | workaround register SVN-Revision: 24818
* package/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set.Alexandros C. Couloumbis2010-12-23
| | | | SVN-Revision: 24813
* mac80211: add CONFIG_ATH5K_PCI only when not on aterhos targetHauke Mehrtens2010-12-22
| | | | SVN-Revision: 24801
* mac80211: another optimization for tx performanceFelix Fietkau2010-12-18
| | | | SVN-Revision: 24677
* mac80211: fix a crash in the tx pathFelix Fietkau2010-12-18
| | | | SVN-Revision: 24672
* mac80211: fix a missing return valueFelix Fietkau2010-12-18
| | | | SVN-Revision: 24671
* mac80211: significantly reduce the cpu load caused by excessive skb header ↵Felix Fietkau2010-12-18
| | | | | | cloning SVN-Revision: 24669
* ath9k: do not force the chainmask to 1 for legacy mode - it makes no sense ↵Felix Fietkau2010-12-18
| | | | | | and it reduces txpower and unnecessarily disables MRC SVN-Revision: 24657
* mac80211: update to wireless-testing 2010-12-16Felix Fietkau2010-12-18
| | | | SVN-Revision: 24655
* ath9k: update initvals for ar9003Felix Fietkau2010-12-16
| | | | SVN-Revision: 24629
* ath9k: remove code for setting up gpio based baseband rfkill - it was never ↵Felix Fietkau2010-12-16
| | | | | | used, nor configured properly SVN-Revision: 24628
* ath9k: use the number of pending aggregates instead of the queue depth to ↵Felix Fietkau2010-12-16
| | | | | | determine when it is time to form the next A-MPDU SVN-Revision: 24627
* ath9k: fix some more issues in the paprd changesFelix Fietkau2010-12-13
| | | | SVN-Revision: 24539
* ath9k: fix a few issues with pa predistortion on ar9003Felix Fietkau2010-12-12
| | | | SVN-Revision: 24504
* ath: open up a few safe 5ghz channels in the world regdomain to make the ↵Felix Fietkau2010-12-12
| | | | | | regulatory override unnecessary in a few cases SVN-Revision: 24503
* ath9k: merge a few pending cleanup patchesFelix Fietkau2010-12-12
| | | | SVN-Revision: 24502
* ath9k: do not adjust the slot time setting for long distance, it seems to ↵Felix Fietkau2010-12-11
| | | | | | cause long latencies and low throughput SVN-Revision: 24498
* mac80211: fix IBSS probe response storms on drivers that do not support ↵Felix Fietkau2010-12-11
| | | | | | drv_tx_last_beacon() SVN-Revision: 24497
* ath9k: merge a pending patch for fixing tsf read and writeFelix Fietkau2010-12-11
| | | | SVN-Revision: 24496
* ath9k: add missing %pV printk revertFelix Fietkau2010-12-11
| | | | SVN-Revision: 24480
* mac80211: update to 2010-12-09Felix Fietkau2010-12-11
| | | | SVN-Revision: 24471
* ath9k: fix non-AMPDU QoS per-tid sequence number assignmentFelix Fietkau2010-12-10
| | | | SVN-Revision: 24445
* mac80211: fix compile errors when LED support in the kernel is disabledFelix Fietkau2010-12-10
| | | | SVN-Revision: 24411
* ath9k: fix a null pointer deref issueFelix Fietkau2010-12-07
| | | | SVN-Revision: 24312
* ath9k: fix a DMA related race condition at hw reset timeFelix Fietkau2010-12-05
| | | | SVN-Revision: 24261
* ar71xx: work around a PCI controller bug which causes reads to the ↵Felix Fietkau2010-12-04
| | | | | | PCI_COMMAND register to return bogus values - properly fixes ath9k module reload issues SVN-Revision: 24236
* mac80211: update to wireless-testing 2010-11-30Felix Fietkau2010-12-04
| | | | SVN-Revision: 24235
* ath9k: use per-device struct for pm_qos_* operationsGabor Juhos2010-12-01
| | | | SVN-Revision: 24209
* ath9k: fix software retry counter tracking - should fix 802.11n stability issuesFelix Fietkau2010-11-28
| | | | SVN-Revision: 24183
* mac80211: merge the new version of the throughput led trigger patchFelix Fietkau2010-11-28
| | | | SVN-Revision: 24182