summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: kmod-ath should not depend on PCI or USB support for the atheros ↵nbd2012-03-301-1/+1
| | | | | | target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: allow NOHT for IBSS modejow2012-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add hostapd socket option to wpa_supplicant for IBSS RSN as wellnbd2012-03-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: make endian check optionalnbd2012-03-271-2/+56
| | | | | | | Turns out it triggers on some AR71xx devices where no swapping should be done. Enable endian check for the lantiq target. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: modify mac80211.sh to in order to support IBSS-RSNnbd2012-03-271-0/+11
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] fixes #31068, rename 999-ath9k.patch to ↵blogic2012-03-251-0/+0
| | | | | | 501-ath9k-eeprom_endianess.patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] adds eeprom endianess check to ath9kblogic2012-03-251-0/+48
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31068 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] adds ath5k platfrom_device eep supportblogic2012-03-252-0/+67
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: reduce cpu load by optimizing aggregation session timeout handlingnbd2012-03-171-0/+137
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: remove the queue wake optimization, it may be unreliable in some casesnbd2012-03-161-39/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: optimize waking tx queues, slightly improves performance under loadnbd2012-03-131-0/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30918 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: remove stuck beacon detection optimization, it may be unreliable on ↵nbd2012-03-132-130/+1
| | | | | | some hardware git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rt2x00: merge a fix for random tx stallsnbd2012-03-103-3/+58
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: limit TID buffering to prevent out-of-memory issues on low-memory ↵nbd2012-03-102-1/+23
| | | | | | systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix passing MAC time to mac80211nbd2012-03-102-5/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: increase rx buffers for improved performance with 3x3 chipsetsnbd2012-03-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30868 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge an ANI improvement patch, improves performance in some environmentsnbd2012-03-101-2/+235
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211/ath9k: some more performance improvementsnbd2012-03-105-0/+415
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: more patch reorganization, merge an upstream performance ↵nbd2012-03-1012-93/+205
| | | | | | optimization patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a fix for hardware full sleepnbd2012-03-104-9/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: reorganize patches, fold in patches that were merged upstreamnbd2012-03-1012-314/+308
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add the real compat-wireless version + openwrt revision to the ↵nbd2012-03-101-0/+1
| | | | | | compat_version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix misplaced ifdefnbd2012-03-011-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: disable btcoex again after it got re-enabled by the updatenbd2012-03-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30765 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: disable MAC sample debugging, it is almost never used and wastes ↵nbd2012-03-017-17/+162
| | | | | | precious CPU cycles git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: optimize mac address comparisons to improve performancenbd2012-03-012-6/+538
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30763 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix ad-hoc mode performance regressionnbd2012-03-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30758 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: delete linux/eeprom_93cx6.h since the module is used from the ↵nbd2012-02-291-0/+1
| | | | | | kernel tree, fixes rt2x00 issues on lantiq git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30754 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove 060-fix_compat_security.patch, it is no longer needednbd2012-02-281-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2012-02-27nbd2012-02-2721-909/+253
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix beacon issues on ar93xxnbd2012-02-271-0/+113
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2012-02-23nbd2012-02-2734-301/+924
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: b43: use firmware version 666.2 as defaulthauke2012-02-211-6/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix memory leak on bcm5354hauke2012-02-201-0/+11
| | | | | | | | | The ucode triggers the gpio pins used for the buttons and causes diag to handle them and send them to userspace. This only happened with a more recent firmware. This patch was tested on an Asus wl-520GU and should also work on the other bcm5354 based asus devices. I do not know if it works on the dir320. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: brcmsmac: fix a build warning, till we update bcmahauke2012-02-191-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add brcmsmac driverhauke2012-02-193-3/+268
| | | | | | | brcmsmac does not work on bcm47xx based devices or has AP mode support for now. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix directory of mwl8k firmwarehauke2012-02-191-2/+2
| | | | | | | Thank you Eugene San for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rt2x00: allow to disable bands via platform datajuhosg2012-02-182-1/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: do not re-run AGC calibration periodically - fixes stability issues ↵nbd2012-02-171-0/+42
| | | | | | on AR2315 (#10574) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: do not stop the hardware queues during PAPD calibration, speeds up ↵nbd2012-02-171-0/+31
| | | | | | calibration git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: fix a possible NULL pointer dereference in rt2x00juhosg2012-02-162-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: prevent writes to const data on AR9160nbd2012-02-151-0/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: Allow preamble configurationblogic2012-02-141-0/+3
| | | | | | | | | | | | | | Add a new wireless config parameter short_preamble=0|1 to enable usage of short preambles. Default is to only allow long preambles as before. Even if short_preamble is set to 1 hostapd will take care that short preambles are disabled as soon as a STA associates that cannot handle short preambles. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30539 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: apply AR71XX PCI workaround on ATH79 as welljuhosg2012-02-102-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: disable ath6kl until it's packaged and used somewherenbd2012-02-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge a LED related locking fixnbd2012-02-091-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a potential rate control related crashnbd2012-02-081-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: ignore invalid signal strength values in a-mpdu packets, fixes ↵nbd2012-02-072-0/+81
| | | | | | average signal strength display fluctuations git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2012-02-06nbd2012-02-0765-3080/+191
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix CTS timeout issues in 2.4 ghznbd2012-02-032-1/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30010 3c298f89-4303-0410-b956-a3cf2f4a3e73