Commit Graph

1024 Commits (50958f5e03071cab154344d0f2e3c03c12bc250e)

Author SHA1 Message Date
Felix Fietkau fe94e174e5 ath9k: fix an invalid pointer access in the tx path
SVN-Revision: 32376
12 years ago
Felix Fietkau bfd06f261a ath9k: add some more ani fixes
SVN-Revision: 32159
12 years ago
Felix Fietkau 809cc8a435 mac80211: remove the passive-scan/no-ibss flag of channels 36-48 in the world regd similar to the default regd in ath
SVN-Revision: 32126
12 years ago
Felix Fietkau 8b0d6b2477 ath9k: fix typo in last commit
SVN-Revision: 32046
12 years ago
Felix Fietkau c9e36f4709 ath9k: fix ANI weak signal detection handling
SVN-Revision: 32045
12 years ago
Felix Fietkau b755998cd7 ath9k: fall back to OTP ROM if the platform data does not contain valid eeprom data
SVN-Revision: 32044
12 years ago
Hauke Mehrtens cedf84c348 mac80211: brcmsmac: add some patches starting to add support for some more chips
SVN-Revision: 32020
12 years ago
Hauke Mehrtens 1fb7419efb mac80211: make brcmfmac depend on usb
SVN-Revision: 32019
12 years ago
Felix Fietkau e4e7c284dd mac80211: merge some pending fixes
SVN-Revision: 32018
12 years ago
Felix Fietkau 478ae49618 mac80211: update to wireless-testing 2012-05-29
SVN-Revision: 32002
12 years ago
Felix Fietkau ba73b67726 mac80211: use built-in regulatory database instead of crda to avoid various race conditions
SVN-Revision: 31954
12 years ago
Felix Fietkau 11397a5f75 mac80211: backport a fix for single-queue drivers (fixes #11534)
SVN-Revision: 31862
12 years ago
Felix Fietkau 7c1c457855 mac80211: get rid of duplicate iw reg set command (thx, stintel)
SVN-Revision: 31859
12 years ago
Felix Fietkau 9037c2ccc6 lantiq: allow platforms with rt2x00 to override the mac address without overriding eeprom, fixes bogus wlan mac address on arv4520
SVN-Revision: 31835
12 years ago
Hauke Mehrtens 7dd6e5c7bb mac80211: add brcmfmac driver
SVN-Revision: 31786
12 years ago
Hauke Mehrtens 23f253fbdc mac80211: brcmsmac update to version from wireless-testing tag master-2012-05-16-2
SVN-Revision: 31773
12 years ago
Hauke Mehrtens 273797f15a kernel: ssb/bcma: update to version from wireless-testing tag master-2012-05-16-2
SVN-Revision: 31772
12 years ago
Felix Fietkau dc30d4fd3a ath9k: fix ar9330 internal regulator setup
SVN-Revision: 31692
12 years ago
Felix Fietkau 2e8e109624 ath9k: update initvals for ar9330 to fix issues with high power designs
SVN-Revision: 31691
12 years ago
Felix Fietkau 373d489a2c ath9k: fix a rare use-after-free bug
SVN-Revision: 31690
12 years ago
Felix Fietkau 5cc362bd7a ath9k: stop rx before tx, should reduce the frequency of "Failed to stop Tx DMA" errors
SVN-Revision: 31689
12 years ago
Imre Kaloz 44631ef595 switch to the new linux-firmware git tree, use the new wl12xx firmware files
SVN-Revision: 31575
12 years ago
Felix Fietkau f8868fc87b ath9k: merge a ar93xx ht40 performance fix
SVN-Revision: 31540
12 years ago
Felix Fietkau 897abd824f mac80211: fix station lookup issues
SVN-Revision: 31539
12 years ago
Felix Fietkau a85af68ad0 mac80211: load lib80211 after cfg80211 (#11342)
SVN-Revision: 31537
12 years ago
Felix Fietkau bfa2c971a0 mac80211: fix WDS AP authentication issues (#11261, #11318)
SVN-Revision: 31517
12 years ago
Felix Fietkau 43962ee2af mac80211: update AP multicast fix to latest version submitted to linux-wireless@
SVN-Revision: 31453
12 years ago
Gabor Juhos 3a19900878 Revert "mac80211: add backport of the module_pci_driver macro"
Erm, Hauke was faster.

SVN-Revision: 31439
12 years ago
Gabor Juhos 563455044b mac80211: add backport of the module_pci_driver macro
That is required by various PCI drivers.

SVN-Revision: 31438
12 years ago
Hauke Mehrtens c694ac6f7e mac80211: add module_pci_driver to compat
Without module_pci_driver being defined the pci drivers do not get registered.

Should fix #11332

SVN-Revision: 31437
12 years ago
Felix Fietkau c233a89ab4 mac80211: suppress 3-address multicast frames on WDS APs without non-WDS stations
SVN-Revision: 31429
12 years ago
Felix Fietkau b510eebece ath9k: merge a tkip related stability fix
SVN-Revision: 31428
12 years ago
Felix Fietkau 1eb25cc5ad mac80211: update to 2012-04-17, adds some build fixes and juhosg's ar9380 tx power fix
SVN-Revision: 31347
12 years ago
Felix Fietkau d7fee0b596 ath9k/ath5k: fix driver load issues with mesh support compiled out
SVN-Revision: 31326
12 years ago
Felix Fietkau c0c371b581 mac80211: update to wireless-testing 2012-04-13
SVN-Revision: 31322
12 years ago
Hauke Mehrtens 6af575967c kernel: update bcma and ssb to version master-2012-04-12 from wireless-testing
SVN-Revision: 31278
12 years ago
Hauke Mehrtens 3f240440c7 mac80211: add missing dependency to mac80211 to brcmsmac
SVN-Revision: 31277
12 years ago
Felix Fietkau a7db0ceda4 ath9k: fix sleep mode handling issues, should improve client mode reliability
SVN-Revision: 31265
12 years ago
Felix Fietkau 27d0271355 mac80211: kmod-ath should not depend on PCI or USB support for the atheros target
SVN-Revision: 31151
12 years ago
Jo-Philipp Wich e83f30306c mac80211: allow NOHT for IBSS mode
SVN-Revision: 31137
12 years ago
Felix Fietkau 877c407ade mac80211: add hostapd socket option to wpa_supplicant for IBSS RSN as well
SVN-Revision: 31088
12 years ago
Felix Fietkau 5f799a0e97 ath9k: make endian check optional
Turns out it triggers on some AR71xx devices where no swapping should be done.
Enable endian check for the lantiq target.

SVN-Revision: 31084
12 years ago
Felix Fietkau 2143633bd2 mac80211: modify mac80211.sh to in order to support IBSS-RSN
Signed-off-by: Antonio Quartulli <ordex@autistici.org>

SVN-Revision: 31083
12 years ago
John Crispin bf65d4aa77 fixes #31068, rename 999-ath9k.patch to 501-ath9k-eeprom_endianess.patch
SVN-Revision: 31071
12 years ago
John Crispin 2ad89262d0 adds eeprom endianess check to ath9k
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 31068
12 years ago
John Crispin 9f0e5e0841 adds ath5k platfrom_device eep support
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>

SVN-Revision: 31067
12 years ago
Felix Fietkau 411ccc13f5 mac80211: reduce cpu load by optimizing aggregation session timeout handling
SVN-Revision: 30968
12 years ago
Felix Fietkau 94354fcb71 ath9k: remove the queue wake optimization, it may be unreliable in some cases
SVN-Revision: 30959
12 years ago
Felix Fietkau dce6ee5830 ath9k: optimize waking tx queues, slightly improves performance under load
SVN-Revision: 30918
12 years ago
Felix Fietkau 57b4047a5d ath9k: remove stuck beacon detection optimization, it may be unreliable on some hardware
SVN-Revision: 30915
12 years ago