aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/500-ath9k_eeprom_debugfs.patch
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: rebase ontop of v4.18.5John Crispin2018-09-261-65/+0
| | | | Signed-off-by: John Crispin <john@phrozen.org>
* mac80211: update to backports-4.14-rc2Hauke Mehrtens2017-10-011-2/+2
| | | | | | | | | | | | | | | | | | | | This updates mac80211 to backprots-4.14-rc2. This was compile and runtime tested with ath9k, ath10k and b43 with multiple stations and ieee80211w and in different scenarios by many other people. To create the backports-4.14-rc2-1.tar.xz use this repository: https://git.kernel.org/pub/scm/linux/kernel/git/backports/backports.git from tag v4.14-rc2-1 Then run this: ./gentree.py --git-revision v4.14-rc2 --clean <path to linux repo> ../backports-4.14-rc2-1 This also adapts the ath10k-ct and mt76 driver to the changed cfg80211 APIs and syncs the nl80211.h file in iw with the new version from backports-4.14-rc2. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* ath9k: remove the deaf rx path state check patchFelix Fietkau2017-01-311-2/+2
| | | | | | | This needs to be refined and reworked before we can safely leave it enabled by default Signed-off-by: Felix Fietkau <nbd@nbd.name>
* ath9k: add stability fixes for long standing hang issues (FS#13, #34, #373, ↵Felix Fietkau2017-01-251-2/+2
| | | | | | | | | | | | | #383) The radio would stop communicating completely. This issue was easiest to trigger on AR913x devices, e.g. the TP-Link TL-WR1043ND, but other hardware was occasionally affected as well. The most critical issue was a race condition in disabling/enabling IRQs between the IRQ handler and the IRQ processing tasklet Signed-off-by: Felix Fietkau <nbd@nbd.name>
* ath9k: switch to using mac80211 intermediate software queuesFelix Fietkau2016-07-191-2/+2
| | | | | | | Provides a nice latency reduction under load, due to mac80211's fq_codel support. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* Revert "ath9k: switch to using mac80211 intermediate software queues"Felix Fietkau2016-07-111-2/+2
| | | | | | | | 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>
* ath9k: switch to using mac80211 intermediate software queuesFelix Fietkau2016-07-111-2/+2
| | | | | | | Provides a nice latency reduction under load, due to mac80211's fq_codel support. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* mac80211: update to wireless-testing 2016-05-12Felix Fietkau2016-05-151-2/+2
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* mac80211: update to version 2015-06-22Felix Fietkau2015-07-061-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46198
* mac80211: update to wireless-testing 2015-03-09Felix Fietkau2015-03-111-7/+7
| | | | | | | | | | Based on patch by Bryan Forbes <bryan@reigndropsfall.net> Also update mt76 to update for API changes Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44655
* mac80211: merge a few pending upstream fixesFelix Fietkau2014-11-071-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43208
* mac80211: update to 2014-10-08Felix Fietkau2014-10-181-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42952
* mac80211: update to wireless-testing 2014-09-26Felix Fietkau2014-09-271-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42683
* mac80211: update to wireless-testing 2014-05-19Felix Fietkau2014-05-201-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40800
* mac80211: update to wireless-testing 2014-03-31Felix Fietkau2014-04-061-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40393
* ath9k: improve ANI debugfs fileFelix Fietkau2014-03-091-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39849
* ath9k: show more reset causes in debugfsFelix Fietkau2014-02-221-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39687
* mac80211: update to wireless-testing 2014-01-23Felix Fietkau2014-01-301-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39427
* ath9k: merge another round of upstream (or -pending) fixes and cleanupsFelix Fietkau2013-12-191-4/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39138
* mac80211: update to wireless-testing 2013-11-05Felix Fietkau2013-11-121-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38783
* mac80211: merge a big batch of upstream changes/improvementsFelix Fietkau2013-09-081-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37918
* ath9k: fold the aggregation rework into 300-pending_work.patch (tracked as ↵Felix Fietkau2013-08-061-2/+2
| | | | | | | | upstream submission) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37716
* packages: clean up the package folderJohn Crispin2013-06-211-0/+65
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007