summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* ath9k: fix ar9330 internal regulator setupFelix Fietkau2012-05-121-0/+33
| | | | SVN-Revision: 31692
* ath9k: update initvals for ar9330 to fix issues with high power designsFelix Fietkau2012-05-121-0/+301
| | | | SVN-Revision: 31691
* ath9k: fix a rare use-after-free bugFelix Fietkau2012-05-121-0/+67
| | | | SVN-Revision: 31690
* ath9k: stop rx before tx, should reduce the frequency of "Failed to stop Tx ↵Felix Fietkau2012-05-121-0/+26
| | | | | | DMA" errors SVN-Revision: 31689
* switch to the new linux-firmware git tree, use the new wl12xx firmware filesImre Kaloz2012-05-031-10/+12
| | | | SVN-Revision: 31575
* ath9k: merge a ar93xx ht40 performance fixFelix Fietkau2012-04-301-0/+18
| | | | SVN-Revision: 31540
* mac80211: fix station lookup issuesFelix Fietkau2012-04-301-0/+15
| | | | SVN-Revision: 31539
* mac80211: load lib80211 after cfg80211 (#11342)Felix Fietkau2012-04-291-1/+1
| | | | SVN-Revision: 31537
* mac80211: fix WDS AP authentication issues (#11261, #11318)Felix Fietkau2012-04-292-1/+11
| | | | SVN-Revision: 31517
* mac80211: update AP multicast fix to latest version submitted to linux-wireless@Felix Fietkau2012-04-233-10/+42
| | | | SVN-Revision: 31453
* Revert "mac80211: add backport of the module_pci_driver macro"Gabor Juhos2012-04-221-21/+0
| | | | | | Erm, Hauke was faster. SVN-Revision: 31439
* mac80211: add backport of the module_pci_driver macroGabor Juhos2012-04-221-0/+21
| | | | | | That is required by various PCI drivers. SVN-Revision: 31438
* mac80211: add module_pci_driver to compatHauke Mehrtens2012-04-221-0/+22
| | | | | | | | Without module_pci_driver being defined the pci drivers do not get registered. Should fix #11332 SVN-Revision: 31437
* mac80211: suppress 3-address multicast frames on WDS APs without non-WDS ↵Felix Fietkau2012-04-213-2/+76
| | | | | | stations SVN-Revision: 31429
* ath9k: merge a tkip related stability fixFelix Fietkau2012-04-212-3/+13
| | | | SVN-Revision: 31428
* mac80211: update to 2012-04-17, adds some build fixes and juhosg's ar9380 tx ↵Felix Fietkau2012-04-1920-543/+241
| | | | | | power fix SVN-Revision: 31347
* ath9k/ath5k: fix driver load issues with mesh support compiled outFelix Fietkau2012-04-175-26/+32
| | | | SVN-Revision: 31326
* mac80211: update to wireless-testing 2012-04-13Felix Fietkau2012-04-1674-2549/+1296
| | | | SVN-Revision: 31322
* kernel: update bcma and ssb to version master-2012-04-12 from wireless-testingHauke Mehrtens2012-04-132-13/+11
| | | | SVN-Revision: 31278
* mac80211: add missing dependency to mac80211 to brcmsmacHauke Mehrtens2012-04-131-1/+1
| | | | SVN-Revision: 31277
* ath9k: fix sleep mode handling issues, should improve client mode reliabilityFelix Fietkau2012-04-125-10/+40
| | | | SVN-Revision: 31265
* mac80211: kmod-ath should not depend on PCI or USB support for the atheros ↵Felix Fietkau2012-03-301-1/+1
| | | | | | target SVN-Revision: 31151
* mac80211: allow NOHT for IBSS modeJo-Philipp Wich2012-03-291-1/+1
| | | | SVN-Revision: 31137
* mac80211: add hostapd socket option to wpa_supplicant for IBSS RSN as wellFelix Fietkau2012-03-271-1/+1
| | | | SVN-Revision: 31088
* ath9k: make endian check optionalFelix Fietkau2012-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. SVN-Revision: 31084
* mac80211: modify mac80211.sh to in order to support IBSS-RSNFelix Fietkau2012-03-271-0/+11
| | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 31083
* fixes #31068, rename 999-ath9k.patch to 501-ath9k-eeprom_endianess.patchJohn Crispin2012-03-251-0/+0
| | | | SVN-Revision: 31071
* adds eeprom endianess check to ath9kJohn Crispin2012-03-251-0/+48
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 31068
* adds ath5k platfrom_device eep supportJohn Crispin2012-03-252-0/+67
| | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 31067
* mac80211: reduce cpu load by optimizing aggregation session timeout handlingFelix Fietkau2012-03-171-0/+137
| | | | SVN-Revision: 30968
* ath9k: remove the queue wake optimization, it may be unreliable in some casesFelix Fietkau2012-03-161-39/+0
| | | | SVN-Revision: 30959
* ath9k: optimize waking tx queues, slightly improves performance under loadFelix Fietkau2012-03-131-0/+39
| | | | SVN-Revision: 30918
* ath9k: remove stuck beacon detection optimization, it may be unreliable on ↵Felix Fietkau2012-03-132-130/+1
| | | | | | some hardware SVN-Revision: 30915
* rt2x00: merge a fix for random tx stallsFelix Fietkau2012-03-103-3/+58
| | | | SVN-Revision: 30871
* mac80211: limit TID buffering to prevent out-of-memory issues on low-memory ↵Felix Fietkau2012-03-102-1/+23
| | | | | | systems SVN-Revision: 30870
* ath9k: fix passing MAC time to mac80211Felix Fietkau2012-03-102-5/+23
| | | | SVN-Revision: 30869
* ath9k: increase rx buffers for improved performance with 3x3 chipsetsFelix Fietkau2012-03-101-1/+1
| | | | SVN-Revision: 30868
* ath9k: merge an ANI improvement patch, improves performance in some environmentsFelix Fietkau2012-03-101-2/+235
| | | | SVN-Revision: 30867
* mac80211/ath9k: some more performance improvementsFelix Fietkau2012-03-105-0/+415
| | | | SVN-Revision: 30866
* mac80211: more patch reorganization, merge an upstream performance ↵Felix Fietkau2012-03-1012-93/+205
| | | | | | optimization patch SVN-Revision: 30865
* ath9k: merge a fix for hardware full sleepFelix Fietkau2012-03-104-9/+28
| | | | SVN-Revision: 30864
* mac80211: reorganize patches, fold in patches that were merged upstreamFelix Fietkau2012-03-1012-314/+308
| | | | SVN-Revision: 30863
* mac80211: add the real compat-wireless version + openwrt revision to the ↵Felix Fietkau2012-03-101-0/+1
| | | | | | compat_version SVN-Revision: 30862
* ath9k: fix misplaced ifdefFelix Fietkau2012-03-011-5/+5
| | | | SVN-Revision: 30766
* ath9k: disable btcoex again after it got re-enabled by the updateFelix Fietkau2012-03-011-0/+11
| | | | SVN-Revision: 30765
* ath9k: disable MAC sample debugging, it is almost never used and wastes ↵Felix Fietkau2012-03-017-17/+162
| | | | | | precious CPU cycles SVN-Revision: 30764
* mac80211: optimize mac address comparisons to improve performanceFelix Fietkau2012-03-012-6/+538
| | | | SVN-Revision: 30763
* mac80211: fix ad-hoc mode performance regressionFelix Fietkau2012-03-011-0/+11
| | | | SVN-Revision: 30758
* mac80211: delete linux/eeprom_93cx6.h since the module is used from the ↵Felix Fietkau2012-02-291-0/+1
| | | | | | kernel tree, fixes rt2x00 issues on lantiq SVN-Revision: 30754
* mac80211: remove 060-fix_compat_security.patch, it is no longer neededFelix Fietkau2012-02-281-11/+0
| | | | SVN-Revision: 30753