Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: minor cleanup | Felix Fietkau | 2016-11-04 | 1 | -0/+29 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: fix a tx A-MPDU aggregation issue | Felix Fietkau | 2016-11-04 | 1 | -0/+30 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: replace the previous fix with a revert of the faulty upstream commit | Felix Fietkau | 2016-11-03 | 1 | -5/+6 |
| | | | | | | This avoids potential breakage in rt2x00usb Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mwl8k: remove synchronous device init hack | Felix Fietkau | 2016-11-03 | 1 | -20/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: remove ath10k delayed initialization hack | Mathias Kresin | 2016-11-03 | 1 | -33/+0 |
| | | | | | | | | | LEDE no longer requires all PHYs to be initialized to create the configuration files during bootup. This patch removes the now obsolete ath10k patch. Signed-off-by: Mathias Kresin <dev@kresin.me> Signed-off-by: Christian Lamparter <chunkeey@gmail.com> | ||||
* | mac80211: fix regdomain change issues with CONFIG_ATH_USER_REGD | Felix Fietkau | 2016-11-03 | 2 | -21/+38 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: fix a minor issue in the header padding patch | Felix Fietkau | 2016-11-03 | 1 | -0/+9 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: fix AP powersave issues introduced in the last wireless-testing ↵ | Felix Fietkau | 2016-11-03 | 1 | -0/+27 |
| | | | | | | update (FS#241) Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: backport some upstream a-msdu tx fixes | Felix Fietkau | 2016-10-17 | 2 | -0/+128 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: fix build error in ath10k with hwmon enabled | Felix Fietkau | 2016-10-17 | 1 | -0/+37 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: update to wireless-testing 2016-10-08 | Felix Fietkau | 2016-10-13 | 215 | -8595/+975 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: update rtl8xxxu patches | Álvaro Fernández Rojas | 2016-10-08 | 63 | -98/+616 |
| | | | | | | | Adds the latest patches from Jes Sorensen for rtl8xxxu, which improve rtl8732bu, rtl8192eu and rtl8188eu support. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | ath9k: remove patch causing stability issues with powersave devices (FS#176) | Felix Fietkau | 2016-09-30 | 6 | -45/+8 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: fix rfkill dependency | John Crispin | 2016-09-29 | 1 | -1/+3 |
| | | | | Signed-off-by: John Crispin <john@phrozen.org> | ||||
* | mac80211: use upstream patches for rtl8xxxu | Álvaro Fernández Rojas | 2016-09-29 | 108 | -455/+488 |
| | | | | | | Also improves rtl8188eu support. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | mac80211: backport brcmfmac changes from 2016-09-27 | Rafał Miłecki | 2016-09-27 | 3 | -1/+97 |
| | | | | | | | | This fixes bug that could cause WARNING on every add_key/del_key call. It also replaces WARNING with a simple message. They may still occur e.g. on station going out of range and A-MPDU stall in the firmware. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||
* | mac80211: backport brcmfmac changes from 2016-09-26 | Rafał Miłecki | 2016-09-27 | 26 | -2/+1316 |
| | | | | | | | All these patches are in wireless-drirvers-next. There is support for hidden SSID, few new devices and many fixes. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||
* | mac80211: fix crash in mac80211_hwsim | Felix Fietkau | 2016-09-26 | 1 | -0/+11 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | rtl8xxxu: add support for rtl8188eu | Álvaro Fernández Rojas | 2016-09-15 | 105 | -0/+6333 |
| | | | | | | | Patches by Jes Sorensen: https://git.kernel.org/cgit/linux/kernel/git/jes/linux.git/ Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | mac80211: fix tx issue with CCMP PN generated in hardware | Felix Fietkau | 2016-09-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: remove the fq-disable hack, now that reordering is fixed | Felix Fietkau | 2016-09-08 | 1 | -15/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: fix packet loss on fq reordering | Felix Fietkau | 2016-09-08 | 3 | -110/+481 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: backport new register bitfield macros | Felix Fietkau | 2016-09-05 | 1 | -0/+145 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: add a tx sequence number allocation fix | Felix Fietkau | 2016-09-05 | 1 | -0/+107 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: fix regression in tx queueing patch | Felix Fietkau | 2016-09-02 | 1 | -15/+22 |
| | | | | | | | power save response frames can go through the old tx path, and the tid needs to be set for sequence numbers to be assigned correctly. Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: add fixes for dealing with unexpected BlockAck frames | Felix Fietkau | 2016-09-02 | 2 | -0/+90 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: add a bunch of powersave handling fixes | Felix Fietkau | 2016-09-02 | 5 | -0/+241 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: add a powersave handling fix | Felix Fietkau | 2016-09-02 | 1 | -0/+31 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: revert temperature compensation support patch (FS#111) | Felix Fietkau | 2016-08-28 | 2 | -98/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: switch to using mac80211 intermediate software queues | Felix Fietkau | 2016-08-17 | 4 | -6/+950 |
| | | | | | | | Provides a nice latency reduction under load, due to mac80211's fq_codel support. Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: improve powersave filter handling | Felix Fietkau | 2016-08-04 | 1 | -0/+70 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: improve performance in tx status handling | Felix Fietkau | 2016-08-04 | 1 | -0/+305 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: fix minor memleak on AP restart / warning on driver unload | Felix Fietkau | 2016-08-02 | 1 | -0/+54 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: fix sta initialization bug leading to stability issues | Felix Fietkau | 2016-08-02 | 1 | -0/+33 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: fix warning in client mode (GH#195) | Felix Fietkau | 2016-07-26 | 1 | -0/+69 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: remove intermediate queueing patch until it is fixed properly | Felix Fietkau | 2016-07-24 | 1 | -871/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath10k: add NAPI support | Felix Fietkau | 2016-07-21 | 1 | -0/+642 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: add a mesh related fix | Felix Fietkau | 2016-07-21 | 1 | -0/+42 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: switch to using mac80211 intermediate software queues | Felix Fietkau | 2016-07-19 | 11 | -18/+889 |
| | | | | | | | Provides a nice latency reduction under load, due to mac80211's fq_codel support. Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath10k: fix stack traces from a-msdu rx reporting issues | Felix Fietkau | 2016-07-17 | 1 | -0/+36 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: implement temperature compensation support for AR93xx and newer | Felix Fietkau | 2016-07-15 | 5 | -1/+337 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: use external reset on AR91xx and QCA955x to improve stability | Felix Fietkau | 2016-07-15 | 4 | -7/+157 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: fix spectral scan on AR9285 and newer AR92xx chipsets | Felix Fietkau | 2016-07-15 | 2 | -1/+87 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: merge a fix for the minimum CCA threshold on 5 GHz | Felix Fietkau | 2016-07-15 | 1 | -0/+26 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: fix a harmless uninitialized variable warning | Felix Fietkau | 2016-07-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: disable fq until performance issues have been found and fixed | Felix Fietkau | 2016-07-12 | 1 | -0/+15 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: explicitly clear gpio chip owner | Felix Fietkau | 2016-07-11 | 2 | -10/+11 |
| | | | | | | The core can set it based on the parent device on register Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | ath9k: remove gpio chip owner field to fix module unloading | Felix Fietkau | 2016-07-11 | 2 | -11/+10 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | mac80211: fix a powersave issue in the intermediate queueing code | Felix Fietkau | 2016-07-11 | 1 | -0/+21 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | Revert "ath9k: switch to using mac80211 intermediate software queues" | Felix Fietkau | 2016-07-11 | 11 | -887/+18 |
| | | | | | | | | This reverts commit 31e5ed4152c4aa826641b2db6b4245a03dd553b5. I've noticed some weird powersave related issues with this commit. Revert until they've been fixed. Signed-off-by: Felix Fietkau <nbd@nbd.name> |