Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: fix the check for cloned skbs in the tx path | Felix Fietkau | 2011-02-07 | 1 | -0/+11 |
| | | | | SVN-Revision: 25398 | ||||
* | mac80211: when operating as a 4-addr station, do not pick up 4-addr frames ↵ | Felix Fietkau | 2011-02-05 | 1 | -0/+12 |
| | | | | | | meant for other stations, as this would confuse the bridge layer SVN-Revision: 25378 | ||||
* | ath9k: reduce false positives in the baseband hang check | Felix Fietkau | 2011-02-04 | 1 | -0/+109 |
| | | | | SVN-Revision: 25359 | ||||
* | mac80211: drop retransmitted data frames from the cooked monitor interface - ↵ | Felix Fietkau | 2011-02-04 | 1 | -0/+11 |
| | | | | | | reduces CPU usage SVN-Revision: 25358 | ||||
* | cfg80211: revert the max power patch - it seems to be limiting tx power too ↵ | Felix Fietkau | 2011-01-30 | 1 | -35/+0 |
| | | | | | | much on some devices SVN-Revision: 25258 | ||||
* | cfg80211: do not overwrite the hardware max power setting in the regulatory ↵ | Felix Fietkau | 2011-01-29 | 1 | -0/+35 |
| | | | | | | code, fixes reported tx power values SVN-Revision: 25238 | ||||
* | ath9k: reduce allocation size, common->cachelz is already added to the ↵ | Felix Fietkau | 2011-01-28 | 1 | -1/+1 |
| | | | | | | buffer size elsewhere SVN-Revision: 25205 | ||||
* | ath9k: fix a compile error in the debug stubs (fixes #8737, #8745) | Felix Fietkau | 2011-01-28 | 1 | -0/+10 |
| | | | | SVN-Revision: 25204 | ||||
* | ath9k: optimize memory allocations - improves performance and reduces ath9k ↵ | Felix Fietkau | 2011-01-26 | 1 | -0/+200 |
| | | | | | | RAM usage by 2 MB per device SVN-Revision: 25115 | ||||
* | mac80211: Improve ath5k/ar71xx PCI bug WAR | Felix Fietkau | 2011-01-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | It has been confirmed by Atheros that this PCI bug affects the RX side only, so we can keep the 128B DMA size for TX. With this change we can double the thruput of ath5k from 15Mps to 30Mbps. We have been using this patch since more than 6 month in a production environment without problems and a significant performance improvement. It has also been said to fix HW encryption: http://www.mail-archive.com/ath5k-devel@lists.ath5k.org/msg04311.html Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25104 | ||||
* | ath9k: fix tx queue debug counters | Felix Fietkau | 2011-01-26 | 1 | -0/+101 |
| | | | | SVN-Revision: 25099 | ||||
* | mac80211: update to wireless-testing 2011-01-24 | Felix Fietkau | 2011-01-24 | 15 | -1565/+1326 |
| | | | | SVN-Revision: 25093 | ||||
* | ath9k: fix some ps wakeup/restore issues that led to crashes and other weird ↵ | Felix Fietkau | 2011-01-21 | 1 | -0/+61 |
| | | | | | | behavior SVN-Revision: 25058 | ||||
* | ath9k: disable PA predistortion on AR93xx for now until it is properly fixed | Felix Fietkau | 2011-01-21 | 4 | -3/+35 |
| | | | | SVN-Revision: 25056 | ||||
* | ath9k: remove virtual wiphy support - it was only experimental anyway and it ↵ | Felix Fietkau | 2011-01-20 | 4 | -0/+2230 |
| | | | | | | is not going to be maintained anymore SVN-Revision: 25055 | ||||
* | mac80211: add a few tx related fixes | Felix Fietkau | 2011-01-20 | 3 | -0/+222 |
| | | | | SVN-Revision: 25054 | ||||
* | mac80211: update to wireless-testing 2010-01-19 | Felix Fietkau | 2011-01-20 | 15 | -245/+14 |
| | | | | SVN-Revision: 25053 | ||||
* | mac80211: fix the br_port_exists compatibility macro for 2.6.38 | Felix Fietkau | 2011-01-20 | 1 | -0/+50 |
| | | | | SVN-Revision: 25051 | ||||
* | mac80211: rework wds sta fix - check for the protocol of the incoming frame ↵ | Felix Fietkau | 2011-01-18 | 1 | -6/+30 |
| | | | | | | instead of just the authorized state SVN-Revision: 25039 | ||||
* | mac80211: fix frames looping back to a wds station | Felix Fietkau | 2011-01-15 | 1 | -0/+18 |
| | | | | SVN-Revision: 25008 | ||||
* | ath9k: fix a few more aggregation related issues, should improve stability | Felix Fietkau | 2011-01-15 | 2 | -0/+40 |
| | | | | SVN-Revision: 25007 | ||||
* | mac80211: include the kfifo backport in compat.ko if necessary (fixes ↵ | Felix Fietkau | 2011-01-13 | 1 | -0/+24 |
| | | | | | | libertas, rt2x00) SVN-Revision: 24978 | ||||
* | ath9k: fix spurious decryption crc error regression | Felix Fietkau | 2011-01-13 | 1 | -0/+56 |
| | | | | SVN-Revision: 24976 | ||||
* | ath9k: reduce the number of false positives triggered by the baseband hang ↵ | Felix Fietkau | 2011-01-10 | 1 | -0/+30 |
| | | | | | | check by only running it when beacon transmission is blocked SVN-Revision: 24954 | ||||
* | ath9k: add a few aggregation reliability fixes | Felix Fietkau | 2011-01-09 | 3 | -0/+34 |
| | | | | SVN-Revision: 24949 | ||||
* | mac80211: update to wireless-testing 2011-01-05, should improve aggregation ↵ | Felix Fietkau | 2011-01-09 | 32 | -719/+43 |
| | | | | | | reliability in ath9k SVN-Revision: 24948 | ||||
* | mac80211: fix a race condition during key deletion | Felix Fietkau | 2011-01-04 | 1 | -0/+32 |
| | | | | SVN-Revision: 24895 | ||||
* | ath9k: add more pending fixes from linux-wireless@ | Felix Fietkau | 2010-12-30 | 3 | -5/+41 |
| | | | | SVN-Revision: 24858 | ||||
* | ath9k: fix rx dma descriptor error flag handling | Felix Fietkau | 2010-12-30 | 1 | -0/+53 |
| | | | | SVN-Revision: 24855 | ||||
* | ath9k: add back the interrupt mitigation tweak and reduce the rx interrupt ↵ | Felix Fietkau | 2010-12-24 | 1 | -0/+13 |
| | | | | | | mitigation times further SVN-Revision: 24819 | ||||
* | ath9k: add pending fixes for revision checks and handling of the hw ↵ | Felix Fietkau | 2010-12-24 | 1 | -1/+43 |
| | | | | | | workaround register SVN-Revision: 24818 | ||||
* | package/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set. | Alexandros C. Couloumbis | 2010-12-23 | 1 | -0/+35 |
| | | | | SVN-Revision: 24813 | ||||
* | mac80211: add CONFIG_ATH5K_PCI only when not on aterhos target | Hauke Mehrtens | 2010-12-22 | 1 | -0/+11 |
| | | | | SVN-Revision: 24801 | ||||
* | mac80211: another optimization for tx performance | Felix Fietkau | 2010-12-18 | 1 | -0/+11 |
| | | | | SVN-Revision: 24677 | ||||
* | mac80211: fix a crash in the tx path | Felix Fietkau | 2010-12-18 | 1 | -0/+19 |
| | | | | SVN-Revision: 24672 | ||||
* | mac80211: fix a missing return value | Felix Fietkau | 2010-12-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 24671 | ||||
* | mac80211: significantly reduce the cpu load caused by excessive skb header ↵ | Felix Fietkau | 2010-12-18 | 1 | -0/+14 |
| | | | | | | cloning SVN-Revision: 24669 | ||||
* | ath9k: do not force the chainmask to 1 for legacy mode - it makes no sense ↵ | Felix Fietkau | 2010-12-18 | 1 | -0/+75 |
| | | | | | | and it reduces txpower and unnecessarily disables MRC SVN-Revision: 24657 | ||||
* | mac80211: update to wireless-testing 2010-12-16 | Felix Fietkau | 2010-12-18 | 27 | -2900/+207 |
| | | | | SVN-Revision: 24655 | ||||
* | ath9k: update initvals for ar9003 | Felix Fietkau | 2010-12-16 | 2 | -0/+156 |
| | | | | SVN-Revision: 24629 | ||||
* | ath9k: remove code for setting up gpio based baseband rfkill - it was never ↵ | Felix Fietkau | 2010-12-16 | 1 | -0/+103 |
| | | | | | | used, nor configured properly SVN-Revision: 24628 | ||||
* | ath9k: use the number of pending aggregates instead of the queue depth to ↵ | Felix Fietkau | 2010-12-16 | 1 | -0/+89 |
| | | | | | | determine when it is time to form the next A-MPDU SVN-Revision: 24627 | ||||
* | ath9k: fix some more issues in the paprd changes | Felix Fietkau | 2010-12-13 | 1 | -18/+26 |
| | | | | SVN-Revision: 24539 | ||||
* | ath9k: fix a few issues with pa predistortion on ar9003 | Felix Fietkau | 2010-12-12 | 3 | -0/+375 |
| | | | | SVN-Revision: 24504 | ||||
* | ath: open up a few safe 5ghz channels in the world regdomain to make the ↵ | Felix Fietkau | 2010-12-12 | 1 | -0/+12 |
| | | | | | | regulatory override unnecessary in a few cases SVN-Revision: 24503 | ||||
* | ath9k: merge a few pending cleanup patches | Felix Fietkau | 2010-12-12 | 5 | -5/+1662 |
| | | | | SVN-Revision: 24502 | ||||
* | ath9k: do not adjust the slot time setting for long distance, it seems to ↵ | Felix Fietkau | 2010-12-11 | 2 | -0/+22 |
| | | | | | | cause long latencies and low throughput SVN-Revision: 24498 | ||||
* | mac80211: fix IBSS probe response storms on drivers that do not support ↵ | Felix Fietkau | 2010-12-11 | 1 | -0/+11 |
| | | | | | | drv_tx_last_beacon() SVN-Revision: 24497 | ||||
* | ath9k: merge a pending patch for fixing tsf read and write | Felix Fietkau | 2010-12-11 | 1 | -0/+22 |
| | | | | SVN-Revision: 24496 | ||||
* | ath9k: add missing %pV printk revert | Felix Fietkau | 2010-12-11 | 1 | -0/+21 |
| | | | | SVN-Revision: 24480 |