summaryrefslogtreecommitdiff
path: root/package/kernel/mac80211/patches/300-mac80211-add-an-intermediate-software-queue-implemen.patch
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: make it work with 3.18.12+Jonas Gorski2015-05-211-1/+1
| | | | | | | | | | | | | | | 3.18.12 backported 61ada528dea028331e99e8ceaed87c683ad25de2 ("sched/wait: Provide infrastructure to deal with nested blocking") from 3.19, causing the following error on load: [ 13.588000] compat: exports duplicate symbol woken_wake_function (owned by kernel) Fix this by guarding it with a check for 3.18.11 or earlier instead of 3.19. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45710
* mac80211: update the software queue patch to the version accepted upstreamFelix Fietkau2015-04-031-45/+57
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45265
* mac80211: fix tx queue allocation issues (#19329)Felix Fietkau2015-03-271-3/+5
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45069
* mac80211: remove a leftover patch chunk that should have been deleted in r45061Felix Fietkau2015-03-271-24/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45064
* mac80211: rework memory allocation for software queueing patchFelix Fietkau2015-03-271-22/+40
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45061
* mac80211: update software queueing patchFelix Fietkau2015-03-201-67/+62
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44909
* mac80211: add some improvements to the software queueing codeFelix Fietkau2015-03-171-101/+263
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44872
* mac80211: improve powersave handling in the tx queue rework patchFelix Fietkau2015-03-141-8/+153
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44748
* mac80211: fix a pointer handling error in the new tx queueing codeFelix Fietkau2015-03-131-6/+8
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44738
* mac80211: update to wireless-testing 2015-03-09Felix Fietkau2015-03-111-0/+570
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