Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ath9k: fix typo in last commit | Felix Fietkau | 2012-06-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 32046 | ||||
* | ath9k: fix ANI weak signal detection handling | Felix Fietkau | 2012-06-04 | 2 | -0/+82 |
| | | | | SVN-Revision: 32045 | ||||
* | ath9k: fall back to OTP ROM if the platform data does not contain valid ↵ | Felix Fietkau | 2012-06-04 | 1 | -0/+25 |
| | | | | | | eeprom data SVN-Revision: 32044 | ||||
* | mac80211: brcmsmac: add some patches starting to add support for some more chips | Hauke Mehrtens | 2012-06-01 | 12 | -13/+626 |
| | | | | SVN-Revision: 32020 | ||||
* | mac80211: make brcmfmac depend on usb | Hauke Mehrtens | 2012-06-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 32019 | ||||
* | mac80211: merge some pending fixes | Felix Fietkau | 2012-06-01 | 2 | -4/+260 |
| | | | | SVN-Revision: 32018 | ||||
* | mac80211: update to wireless-testing 2012-05-29 | Felix Fietkau | 2012-05-30 | 56 | -6181/+176 |
| | | | | SVN-Revision: 32002 | ||||
* | mac80211: use built-in regulatory database instead of crda to avoid various ↵ | Felix Fietkau | 2012-05-28 | 2 | -1/+701 |
| | | | | | | race conditions SVN-Revision: 31954 | ||||
* | mac80211: backport a fix for single-queue drivers (fixes #11534) | Felix Fietkau | 2012-05-26 | 2 | -5/+17 |
| | | | | SVN-Revision: 31862 | ||||
* | mac80211: get rid of duplicate iw reg set command (thx, stintel) | Felix Fietkau | 2012-05-26 | 1 | -1/+0 |
| | | | | SVN-Revision: 31859 | ||||
* | lantiq: allow platforms with rt2x00 to override the mac address without ↵ | Felix Fietkau | 2012-05-20 | 1 | -0/+63 |
| | | | | | | overriding eeprom, fixes bogus wlan mac address on arv4520 SVN-Revision: 31835 | ||||
* | mac80211: add brcmfmac driver | Hauke Mehrtens | 2012-05-18 | 2 | -16/+79 |
| | | | | SVN-Revision: 31786 | ||||
* | mac80211: brcmsmac update to version from wireless-testing tag ↵ | Hauke Mehrtens | 2012-05-17 | 4 | -0/+4735 |
| | | | | | | master-2012-05-16-2 SVN-Revision: 31773 | ||||
* | kernel: ssb/bcma: update to version from wireless-testing tag ↵ | Hauke Mehrtens | 2012-05-17 | 1 | -0/+159 |
| | | | | | | master-2012-05-16-2 SVN-Revision: 31772 | ||||
* | ath9k: fix ar9330 internal regulator setup | Felix Fietkau | 2012-05-12 | 1 | -0/+33 |
| | | | | SVN-Revision: 31692 | ||||
* | ath9k: update initvals for ar9330 to fix issues with high power designs | Felix Fietkau | 2012-05-12 | 1 | -0/+301 |
| | | | | SVN-Revision: 31691 | ||||
* | ath9k: fix a rare use-after-free bug | Felix Fietkau | 2012-05-12 | 1 | -0/+67 |
| | | | | SVN-Revision: 31690 | ||||
* | ath9k: stop rx before tx, should reduce the frequency of "Failed to stop Tx ↵ | Felix Fietkau | 2012-05-12 | 1 | -0/+26 |
| | | | | | | DMA" errors SVN-Revision: 31689 | ||||
* | switch to the new linux-firmware git tree, use the new wl12xx firmware files | Imre Kaloz | 2012-05-03 | 1 | -10/+12 |
| | | | | SVN-Revision: 31575 | ||||
* | ath9k: merge a ar93xx ht40 performance fix | Felix Fietkau | 2012-04-30 | 1 | -0/+18 |
| | | | | SVN-Revision: 31540 | ||||
* | mac80211: fix station lookup issues | Felix Fietkau | 2012-04-30 | 1 | -0/+15 |
| | | | | SVN-Revision: 31539 | ||||
* | mac80211: load lib80211 after cfg80211 (#11342) | Felix Fietkau | 2012-04-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 31537 | ||||
* | mac80211: fix WDS AP authentication issues (#11261, #11318) | Felix Fietkau | 2012-04-29 | 2 | -1/+11 |
| | | | | SVN-Revision: 31517 | ||||
* | mac80211: update AP multicast fix to latest version submitted to linux-wireless@ | Felix Fietkau | 2012-04-23 | 3 | -10/+42 |
| | | | | SVN-Revision: 31453 | ||||
* | Revert "mac80211: add backport of the module_pci_driver macro" | Gabor Juhos | 2012-04-22 | 1 | -21/+0 |
| | | | | | | Erm, Hauke was faster. SVN-Revision: 31439 | ||||
* | mac80211: add backport of the module_pci_driver macro | Gabor Juhos | 2012-04-22 | 1 | -0/+21 |
| | | | | | | That is required by various PCI drivers. SVN-Revision: 31438 | ||||
* | mac80211: add module_pci_driver to compat | Hauke Mehrtens | 2012-04-22 | 1 | -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 Fietkau | 2012-04-21 | 3 | -2/+76 |
| | | | | | | stations SVN-Revision: 31429 | ||||
* | ath9k: merge a tkip related stability fix | Felix Fietkau | 2012-04-21 | 2 | -3/+13 |
| | | | | SVN-Revision: 31428 | ||||
* | mac80211: update to 2012-04-17, adds some build fixes and juhosg's ar9380 tx ↵ | Felix Fietkau | 2012-04-19 | 20 | -543/+241 |
| | | | | | | power fix SVN-Revision: 31347 | ||||
* | ath9k/ath5k: fix driver load issues with mesh support compiled out | Felix Fietkau | 2012-04-17 | 5 | -26/+32 |
| | | | | SVN-Revision: 31326 | ||||
* | mac80211: update to wireless-testing 2012-04-13 | Felix Fietkau | 2012-04-16 | 74 | -2549/+1296 |
| | | | | SVN-Revision: 31322 | ||||
* | kernel: update bcma and ssb to version master-2012-04-12 from wireless-testing | Hauke Mehrtens | 2012-04-13 | 2 | -13/+11 |
| | | | | SVN-Revision: 31278 | ||||
* | mac80211: add missing dependency to mac80211 to brcmsmac | Hauke Mehrtens | 2012-04-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 31277 | ||||
* | ath9k: fix sleep mode handling issues, should improve client mode reliability | Felix Fietkau | 2012-04-12 | 5 | -10/+40 |
| | | | | SVN-Revision: 31265 | ||||
* | mac80211: kmod-ath should not depend on PCI or USB support for the atheros ↵ | Felix Fietkau | 2012-03-30 | 1 | -1/+1 |
| | | | | | | target SVN-Revision: 31151 | ||||
* | mac80211: allow NOHT for IBSS mode | Jo-Philipp Wich | 2012-03-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 31137 | ||||
* | mac80211: add hostapd socket option to wpa_supplicant for IBSS RSN as well | Felix Fietkau | 2012-03-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31088 | ||||
* | ath9k: make endian check optional | Felix Fietkau | 2012-03-27 | 1 | -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-RSN | Felix Fietkau | 2012-03-27 | 1 | -0/+11 |
| | | | | | | Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 31083 | ||||
* | fixes #31068, rename 999-ath9k.patch to 501-ath9k-eeprom_endianess.patch | John Crispin | 2012-03-25 | 1 | -0/+0 |
| | | | | SVN-Revision: 31071 | ||||
* | adds eeprom endianess check to ath9k | John Crispin | 2012-03-25 | 1 | -0/+48 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 31068 | ||||
* | adds ath5k platfrom_device eep support | John Crispin | 2012-03-25 | 2 | -0/+67 |
| | | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 31067 | ||||
* | mac80211: reduce cpu load by optimizing aggregation session timeout handling | Felix Fietkau | 2012-03-17 | 1 | -0/+137 |
| | | | | SVN-Revision: 30968 | ||||
* | ath9k: remove the queue wake optimization, it may be unreliable in some cases | Felix Fietkau | 2012-03-16 | 1 | -39/+0 |
| | | | | SVN-Revision: 30959 | ||||
* | ath9k: optimize waking tx queues, slightly improves performance under load | Felix Fietkau | 2012-03-13 | 1 | -0/+39 |
| | | | | SVN-Revision: 30918 | ||||
* | ath9k: remove stuck beacon detection optimization, it may be unreliable on ↵ | Felix Fietkau | 2012-03-13 | 2 | -130/+1 |
| | | | | | | some hardware SVN-Revision: 30915 | ||||
* | rt2x00: merge a fix for random tx stalls | Felix Fietkau | 2012-03-10 | 3 | -3/+58 |
| | | | | SVN-Revision: 30871 | ||||
* | mac80211: limit TID buffering to prevent out-of-memory issues on low-memory ↵ | Felix Fietkau | 2012-03-10 | 2 | -1/+23 |
| | | | | | | systems SVN-Revision: 30870 | ||||
* | ath9k: fix passing MAC time to mac80211 | Felix Fietkau | 2012-03-10 | 2 | -5/+23 |
| | | | | SVN-Revision: 30869 |