aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* ath9k: reduce allocation size, common->cachelz is already added to the ↵Felix Fietkau2011-01-281-1/+1
| | | | | | buffer size elsewhere SVN-Revision: 25205
* ath9k: fix a compile error in the debug stubs (fixes #8737, #8745)Felix Fietkau2011-01-281-0/+10
| | | | SVN-Revision: 25204
* mac80211: ignore errors in the command to set the rx/tx antenna - many ↵Felix Fietkau2011-01-281-1/+1
| | | | | | drivers do not support this yet SVN-Revision: 25192
* mac80211: fix order of iw parameters, fix broken antenna config callJo-Philipp Wich2011-01-271-2/+2
| | | | SVN-Revision: 25152
* mac80211: Fix antenna setting when only one of {rx,tx}antenna options is ↵Vasilis Tsiligiannis2011-01-271-4/+3
| | | | | | specified SVN-Revision: 25136
* mac80211: add missing done to mac80211.sh (#8735)Jo-Philipp Wich2011-01-261-0/+1
| | | | SVN-Revision: 25131
* mac80211: add mising esac to mac80211.shJo-Philipp Wich2011-01-261-0/+1
| | | | SVN-Revision: 25122
* mac80211: rework recent mac80211.sh additions: - split antenna options into ↵Jo-Philipp Wich2011-01-261-7/+32
| | | | | | rxantenna and txantenna to bring it in line with broadcom and madwifi - get rid of temporary variables - follow the documented config protocol for wep keys (option key # + option key# [s:]data) SVN-Revision: 25116
* ath9k: optimize memory allocations - improves performance and reduces ath9k ↵Felix Fietkau2011-01-261-0/+200
| | | | | | RAM usage by 2 MB per device SVN-Revision: 25115
* mac80211: Add new parameters to mac80211.shFelix Fietkau2011-01-261-1/+10
| | | | | | | | | | | | Add new options 'bintval' (beacon interval), 'basicrates' (basic rates) and 'antenna' (antenna selection) for /etc/config/wireless to be used with mac80211 drivers. Enable WEP encryption for IBSS mode. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25111
* mac80211: Add mac address filter configuration for hostapdFelix Fietkau2011-01-261-1/+22
| | | | | | | | | Add support of mac address filter. Now 'macfilter' and 'maclist' options can be used with mac80211. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25105
* mac80211: Improve ath5k/ar71xx PCI bug WARFelix Fietkau2011-01-261-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 countersFelix Fietkau2011-01-261-0/+101
| | | | SVN-Revision: 25099
* mac80211: update to wireless-testing 2011-01-24Felix Fietkau2011-01-2416-1567/+1328
| | | | SVN-Revision: 25093
* ath9k: kmod-ath9k has no extra menuconfig options, remove MENU:=1 (#8695)Felix Fietkau2011-01-211-1/+0
| | | | SVN-Revision: 25060
* ath9k: fix some ps wakeup/restore issues that led to crashes and other weird ↵Felix Fietkau2011-01-211-0/+61
| | | | | | behavior SVN-Revision: 25058
* ath9k: disable PA predistortion on AR93xx for now until it is properly fixedFelix Fietkau2011-01-214-3/+35
| | | | SVN-Revision: 25056
* ath9k: remove virtual wiphy support - it was only experimental anyway and it ↵Felix Fietkau2011-01-204-0/+2230
| | | | | | is not going to be maintained anymore SVN-Revision: 25055
* mac80211: add a few tx related fixesFelix Fietkau2011-01-203-0/+222
| | | | SVN-Revision: 25054
* mac80211: update to wireless-testing 2010-01-19Felix Fietkau2011-01-2016-247/+16
| | | | SVN-Revision: 25053
* mac80211: fix the br_port_exists compatibility macro for 2.6.38Felix Fietkau2011-01-201-0/+50
| | | | SVN-Revision: 25051
* mac80211: rework wds sta fix - check for the protocol of the incoming frame ↵Felix Fietkau2011-01-181-6/+30
| | | | | | instead of just the authorized state SVN-Revision: 25039
* mac80211: fix compile errors on powerpcFelix Fietkau2011-01-161-1/+2
| | | | SVN-Revision: 25014
* mac80211: fix frames looping back to a wds stationFelix Fietkau2011-01-151-0/+18
| | | | SVN-Revision: 25008
* ath9k: fix a few more aggregation related issues, should improve stabilityFelix Fietkau2011-01-152-0/+40
| | | | SVN-Revision: 25007
* mac80211: include the kfifo backport in compat.ko if necessary (fixes ↵Felix Fietkau2011-01-132-0/+28
| | | | | | libertas, rt2x00) SVN-Revision: 24978
* ath9k: fix spurious decryption crc error regressionFelix Fietkau2011-01-131-0/+56
| | | | SVN-Revision: 24976
* mac80211: support per-vif wmm option, defaults to 1 if unsetJo-Philipp Wich2011-01-111-2/+4
| | | | SVN-Revision: 24966
* ath9k: reduce the number of false positives triggered by the baseband hang ↵Felix Fietkau2011-01-101-0/+30
| | | | | | check by only running it when beacon transmission is blocked SVN-Revision: 24954
* ath9k: add a few aggregation reliability fixesFelix Fietkau2011-01-093-0/+34
| | | | SVN-Revision: 24949
* mac80211: update to wireless-testing 2011-01-05, should improve aggregation ↵Felix Fietkau2011-01-0933-724/+49
| | | | | | reliability in ath9k SVN-Revision: 24948
* fix md5sum, use our mirror with a fixed-up filename to make sure we get the ↵Imre Kaloz2011-01-041-4/+4
| | | | | | right fw version SVN-Revision: 24901
* mac80211: fix a race condition during key deletionFelix Fietkau2011-01-041-0/+32
| | | | SVN-Revision: 24895
* use the latest fw releaseImre Kaloz2011-01-031-1/+1
| | | | SVN-Revision: 24894
* tune ath dependencies - carl9170 can be used on targets with usb but without pciImre Kaloz2011-01-031-3/+3
| | | | SVN-Revision: 24893
* ath9k: add more pending fixes from linux-wireless@Felix Fietkau2010-12-303-5/+41
| | | | SVN-Revision: 24858
* ath9k: fix rx dma descriptor error flag handlingFelix Fietkau2010-12-301-0/+53
| | | | SVN-Revision: 24855
* ath9k: add back the interrupt mitigation tweak and reduce the rx interrupt ↵Felix Fietkau2010-12-241-0/+13
| | | | | | mitigation times further SVN-Revision: 24819
* ath9k: add pending fixes for revision checks and handling of the hw ↵Felix Fietkau2010-12-241-1/+43
| | | | | | workaround register SVN-Revision: 24818
* package/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set.Alexandros C. Couloumbis2010-12-231-0/+35
| | | | SVN-Revision: 24813
* mac80211: add CONFIG_ATH5K_PCI only when not on aterhos targetHauke Mehrtens2010-12-222-0/+12
| | | | SVN-Revision: 24801
* mac80211: rmove unused config symbols.Hauke Mehrtens2010-12-221-5/+0
| | | | | | CONFIG_RT2800PCI_PCI and CONFIG_RT2800PCI_SOC were removed some time ago and CONFIG_IWLWIFI was replaced by CONFIG_COMPAT_IWLWIFI in compat wireless SVN-Revision: 24794
* mac80211: activate ahb bud for ath5k driver if on atheros target.Hauke Mehrtens2010-12-221-2/+5
| | | | SVN-Revision: 24793
* mac80211: rename max_clients option to maxassoc, this brings it in line with ↵Jo-Philipp Wich2010-12-191-2/+2
| | | | | | broadcom SVN-Revision: 24726
* hostapd: add support for specifying the maximum number of clientsFelix Fietkau2010-12-191-0/+2
| | | | | | Signed-off-by: Alexander Couzens <lynxis@c-base.org> SVN-Revision: 24725
* mac80211: another optimization for tx performanceFelix Fietkau2010-12-181-0/+11
| | | | SVN-Revision: 24677
* mac80211: fix a crash in the tx pathFelix Fietkau2010-12-181-0/+19
| | | | SVN-Revision: 24672
* mac80211: fix a missing return valueFelix Fietkau2010-12-181-1/+1
| | | | SVN-Revision: 24671
* mac80211: significantly reduce the cpu load caused by excessive skb header ↵Felix Fietkau2010-12-181-0/+14
| | | | | | cloning SVN-Revision: 24669
* ath9k: do not force the chainmask to 1 for legacy mode - it makes no sense ↵Felix Fietkau2010-12-181-0/+75
| | | | | | and it reduces txpower and unnecessarily disables MRC SVN-Revision: 24657