Commit Graph

620 Commits (e1d823338b9fa119e3326b2d9a52c5997c2e2981)

Author SHA1 Message Date
Felix Fietkau e00933b6d6 cfg80211: revert the max power patch - it seems to be limiting tx power too much on some devices
SVN-Revision: 25258
14 years ago
Felix Fietkau e146d9b386 cfg80211: do not overwrite the hardware max power setting in the regulatory code, fixes reported tx power values
SVN-Revision: 25238
14 years ago
Felix Fietkau 04628c88d4 ath9k: reduce allocation size, common->cachelz is already added to the buffer size elsewhere
SVN-Revision: 25205
14 years ago
Felix Fietkau 0a54236bea ath9k: fix a compile error in the debug stubs (fixes #8737, #8745)
SVN-Revision: 25204
14 years ago
Felix Fietkau 718645d581 mac80211: ignore errors in the command to set the rx/tx antenna - many drivers do not support this yet
SVN-Revision: 25192
14 years ago
Jo-Philipp Wich a580764a9f mac80211: fix order of iw parameters, fix broken antenna config call
SVN-Revision: 25152
14 years ago
Vasilis Tsiligiannis e6a9e6875a mac80211: Fix antenna setting when only one of {rx,tx}antenna options is specified
SVN-Revision: 25136
14 years ago
Jo-Philipp Wich 3b0c90325e mac80211: add missing done to mac80211.sh (#8735)
SVN-Revision: 25131
14 years ago
Jo-Philipp Wich 49d060dc1b mac80211: add mising esac to mac80211.sh
SVN-Revision: 25122
14 years ago
Jo-Philipp Wich 4e369e5378 mac80211: rework recent mac80211.sh additions: - split antenna options into 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
14 years ago
Felix Fietkau 10923cff7e ath9k: optimize memory allocations - improves performance and reduces ath9k RAM usage by 2 MB per device
SVN-Revision: 25115
14 years ago
Felix Fietkau 0cd2b87f95 mac80211: Add new parameters to mac80211.sh
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
14 years ago
Felix Fietkau cfdfc8c05b mac80211: Add mac address filter configuration for hostapd
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
14 years ago
Felix Fietkau 5903f4a167 mac80211: Improve ath5k/ar71xx PCI bug WAR
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
14 years ago
Felix Fietkau 998da1234f ath9k: fix tx queue debug counters
SVN-Revision: 25099
14 years ago
Felix Fietkau 9b34dfb571 mac80211: update to wireless-testing 2011-01-24
SVN-Revision: 25093
14 years ago
Felix Fietkau fa542df6e1 ath9k: kmod-ath9k has no extra menuconfig options, remove MENU:=1 (#8695)
SVN-Revision: 25060
14 years ago
Felix Fietkau c646f205e2 ath9k: fix some ps wakeup/restore issues that led to crashes and other weird behavior
SVN-Revision: 25058
14 years ago
Felix Fietkau 02bf1599a3 ath9k: disable PA predistortion on AR93xx for now until it is properly fixed
SVN-Revision: 25056
14 years ago
Felix Fietkau be39c9dc6e ath9k: remove virtual wiphy support - it was only experimental anyway and it is not going to be maintained anymore
SVN-Revision: 25055
14 years ago
Felix Fietkau 86a9bbe4ba mac80211: add a few tx related fixes
SVN-Revision: 25054
14 years ago
Felix Fietkau 4ee2365159 mac80211: update to wireless-testing 2010-01-19
SVN-Revision: 25053
14 years ago
Felix Fietkau 876dd50e11 mac80211: fix the br_port_exists compatibility macro for 2.6.38
SVN-Revision: 25051
14 years ago
Felix Fietkau 817ee250d7 mac80211: rework wds sta fix - check for the protocol of the incoming frame instead of just the authorized state
SVN-Revision: 25039
14 years ago
Felix Fietkau 6cf6302a78 mac80211: fix compile errors on powerpc
SVN-Revision: 25014
14 years ago
Felix Fietkau 1a7a36b0a4 mac80211: fix frames looping back to a wds station
SVN-Revision: 25008
14 years ago
Felix Fietkau 098e2d7ca1 ath9k: fix a few more aggregation related issues, should improve stability
SVN-Revision: 25007
14 years ago
Felix Fietkau f05691af93 mac80211: include the kfifo backport in compat.ko if necessary (fixes libertas, rt2x00)
SVN-Revision: 24978
14 years ago
Felix Fietkau 2c0ac457ed ath9k: fix spurious decryption crc error regression
SVN-Revision: 24976
14 years ago
Jo-Philipp Wich 253f4d82f2 mac80211: support per-vif wmm option, defaults to 1 if unset
SVN-Revision: 24966
14 years ago
Felix Fietkau a339e58d72 ath9k: reduce the number of false positives triggered by the baseband hang check by only running it when beacon transmission is blocked
SVN-Revision: 24954
14 years ago
Felix Fietkau 6528a58151 ath9k: add a few aggregation reliability fixes
SVN-Revision: 24949
14 years ago
Felix Fietkau 56647592a4 mac80211: update to wireless-testing 2011-01-05, should improve aggregation reliability in ath9k
SVN-Revision: 24948
14 years ago
Imre Kaloz e9013bff66 fix md5sum, use our mirror with a fixed-up filename to make sure we get the right fw version
SVN-Revision: 24901
14 years ago
Felix Fietkau 8c7ea4384c mac80211: fix a race condition during key deletion
SVN-Revision: 24895
14 years ago
Imre Kaloz 4a177f01a2 use the latest fw release
SVN-Revision: 24894
14 years ago
Imre Kaloz e99f8f2dd0 tune ath dependencies - carl9170 can be used on targets with usb but without pci
SVN-Revision: 24893
14 years ago
Felix Fietkau a718ebf1ed ath9k: add more pending fixes from linux-wireless@
SVN-Revision: 24858
14 years ago
Felix Fietkau f1becde97b ath9k: fix rx dma descriptor error flag handling
SVN-Revision: 24855
14 years ago
Felix Fietkau 61e492d316 ath9k: add back the interrupt mitigation tweak and reduce the rx interrupt mitigation times further
SVN-Revision: 24819
14 years ago
Felix Fietkau 3a9c856475 ath9k: add pending fixes for revision checks and handling of the hw workaround register
SVN-Revision: 24818
14 years ago
Alexandros C. Couloumbis 69b7963402 package/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set.
SVN-Revision: 24813
14 years ago
Hauke Mehrtens 54ffa895f2 mac80211: add CONFIG_ATH5K_PCI only when not on aterhos target
SVN-Revision: 24801
14 years ago
Hauke Mehrtens 3e668eb7b7 mac80211: rmove unused config symbols.
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
14 years ago
Hauke Mehrtens 005787c58f mac80211: activate ahb bud for ath5k driver if on atheros target.
SVN-Revision: 24793
14 years ago
Jo-Philipp Wich 7526fd8627 mac80211: rename max_clients option to maxassoc, this brings it in line with broadcom
SVN-Revision: 24726
14 years ago
Felix Fietkau 3347f8e360 hostapd: add support for specifying the maximum number of clients
Signed-off-by: Alexander Couzens <lynxis@c-base.org>

SVN-Revision: 24725
14 years ago
Felix Fietkau d6addd4ecd mac80211: another optimization for tx performance
SVN-Revision: 24677
14 years ago
Felix Fietkau b40d260aaf mac80211: fix a crash in the tx path
SVN-Revision: 24672
14 years ago
Felix Fietkau 5c4d94f714 mac80211: fix a missing return value
SVN-Revision: 24671
14 years ago