summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: remove the passive-scan/no-ibss flag of channels 36-48 in the ↵Felix Fietkau2012-06-081-1/+1
| | | | | | world regd similar to the default regd in ath SVN-Revision: 32126
* ath9k: fix typo in last commitFelix Fietkau2012-06-041-1/+1
| | | | SVN-Revision: 32046
* ath9k: fix ANI weak signal detection handlingFelix Fietkau2012-06-042-0/+82
| | | | SVN-Revision: 32045
* ath9k: fall back to OTP ROM if the platform data does not contain valid ↵Felix Fietkau2012-06-041-0/+25
| | | | | | eeprom data SVN-Revision: 32044
* mac80211: brcmsmac: add some patches starting to add support for some more chipsHauke Mehrtens2012-06-0112-13/+626
| | | | SVN-Revision: 32020
* mac80211: make brcmfmac depend on usbHauke Mehrtens2012-06-011-1/+1
| | | | SVN-Revision: 32019
* mac80211: merge some pending fixesFelix Fietkau2012-06-012-4/+260
| | | | SVN-Revision: 32018
* mac80211: update to wireless-testing 2012-05-29Felix Fietkau2012-05-3056-6181/+176
| | | | SVN-Revision: 32002
* mac80211: use built-in regulatory database instead of crda to avoid various ↵Felix Fietkau2012-05-282-1/+701
| | | | | | race conditions SVN-Revision: 31954
* mac80211: backport a fix for single-queue drivers (fixes #11534)Felix Fietkau2012-05-262-5/+17
| | | | SVN-Revision: 31862
* mac80211: get rid of duplicate iw reg set command (thx, stintel)Felix Fietkau2012-05-261-1/+0
| | | | SVN-Revision: 31859
* lantiq: allow platforms with rt2x00 to override the mac address without ↵Felix Fietkau2012-05-201-0/+63
| | | | | | overriding eeprom, fixes bogus wlan mac address on arv4520 SVN-Revision: 31835
* mac80211: add brcmfmac driverHauke Mehrtens2012-05-182-16/+79
| | | | SVN-Revision: 31786
* mac80211: brcmsmac update to version from wireless-testing tag ↵Hauke Mehrtens2012-05-174-0/+4735
| | | | | | master-2012-05-16-2 SVN-Revision: 31773
* kernel: ssb/bcma: update to version from wireless-testing tag ↵Hauke Mehrtens2012-05-171-0/+159
| | | | | | master-2012-05-16-2 SVN-Revision: 31772
* 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