summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211
Commit message (Collapse)AuthorAgeFilesLines
...
* mac80211: fix HT mode selection for ad-hocFelix Fietkau2014-12-221-3/+32
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43769
* cfg80211: add support for changing the device mac address via sysfsFelix Fietkau2014-12-111-0/+43
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43638
* mac80211: do not export the backports linux/module.h, it breaks out-of-tree ↵Felix Fietkau2014-12-101-0/+1
| | | | | | | | driver builds Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43609
* ath10k: init devices synchronously to fix wifi detection at bootFelix Fietkau2014-12-011-0/+33
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43484
* ath5k: fix hardware queue index assignmentFelix Fietkau2014-11-301-0/+29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43442
* ath9k: fix hardware tx queue allocation orderFelix Fietkau2014-11-303-2/+57
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43438
* mac80211: update regdb to master-2014-11-18Felix Fietkau2014-11-271-367/+611
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43408
* mac80211: fix a crash on getting the channel in WDS AP mode (#18400)Felix Fietkau2014-11-241-0/+82
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43367
* ath9k: fix some ar913x irq handling issuesFelix Fietkau2014-11-233-7/+17
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43342
* mac80211: fix a crash on using VHT ratesFelix Fietkau2014-11-211-0/+34
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43340
* mac80211: try to get interface addresses from wiphy sysfs 'addresses' if no ↵Felix Fietkau2014-11-191-1/+19
| | | | | | | | mask is set Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43326
* mac80211: add an intermediate software queueing implementationFelix Fietkau2014-11-191-0/+498
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43325
* mac80211: add support for passing sta rate table updates to the driverFelix Fietkau2014-11-191-0/+92
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43324
* ralink: merge the mt7620a/n subtargetsJohn Crispin2014-11-191-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43300
* mac80211: fix a crash bug in minstrel_htFelix Fietkau2014-11-181-0/+47
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43298
* mac80211: add support for reporting tx status without attached skbFelix Fietkau2014-11-186-0/+400
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43297
* mac80211: enable minstrel_ht VHT supportFelix Fietkau2014-11-181-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43296
* mac80211: fix VHT rate selectionFelix Fietkau2014-11-161-0/+22
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43279
* mac80211: backport list_last_entryFelix Fietkau2014-11-161-0/+20
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43278
* mac80211: backport devm_kmemdupFelix Fietkau2014-11-161-0/+23
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43277
* ath9k: fix crashes when using shared IRQsFelix Fietkau2014-11-138-7/+125
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43239
* mac80211: fix kernel crash on netdev unregister on newer 3.14 kernelsFelix Fietkau2014-11-091-1/+3
| | | | | | | | Based on patch by Mark Milburn Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43224
* mac80211: update to wireless-testing 2014-11-04Felix Fietkau2014-11-0765-3205/+37
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43210
* mac80211: merge a few pending upstream fixesFelix Fietkau2014-11-0714-85/+365
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43208
* mac80211: remove unused patchHauke Mehrtens2014-10-311-40/+0
| | | | | | | | | This patch added stuff that is already there and if it would be needed this would result in a compile error. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43131
* mac80211: fix key flush handling in AP+STAFelix Fietkau2014-10-273-2/+37
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43079
* ath9k: add a few calibration related fixesFelix Fietkau2014-10-253-10/+22
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43058
* rtlwifi: unbreak usb driversFelix Fietkau2014-10-243-0/+174
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43052
* ath: process regulatory notifiers with CONFIG_ATH_USER_REGD setFelix Fietkau2014-10-231-3/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43034
* ath10k: fix survey output channel in-use flagFelix Fietkau2014-10-231-0/+19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43033
* ath9k: fix tx power reportingFelix Fietkau2014-10-2211-70/+205
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43032
* ath9k: merge ar9580/ar955x initval updatesFelix Fietkau2014-10-222-0/+199
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43029
* ath9k: merge a regulatory handling fixFelix Fietkau2014-10-224-3/+59
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43028
* ath9k: merge a fix for queue start/stop handling (fixes #18164, #18130)Felix Fietkau2014-10-215-5/+150
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43011
* mac80211: add a maintenance script for upstream backport commitsFelix Fietkau2014-10-181-0/+109
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42953
* mac80211: update to 2014-10-08Felix Fietkau2014-10-1859-1456/+2266
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42952
* scripts: fix wrong usage of '==' operatorJohn Crispin2014-10-141-1/+1
| | | | | | | | | | | | | | [base-files] shell-scripting: fix wrong usage of '==' operator normally the '==' is used for invoking a regex parser and is a bashism. all of the fixes just want to compare a string. the used busybox-ash will silently "ignore" this mistake, but make it portable/clean at least. this patch does not change the behavior/logic of the scripts. Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42911
* mac80211: remove NO-IR from channel 36-48Felix Fietkau2014-10-121-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42882
* mac80211: remove error from detect scriptFelix Fietkau2014-10-091-4/+11
| | | | | | Signed-off-by: Michel Stam <m.stam@fugro.nl> SVN-Revision: 42861
* mac80211: add a few upstream ath9k / mac80211 fixesFelix Fietkau2014-10-081-0/+428
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42849
* ath10k: update firmware to the latest versionFelix Fietkau2014-10-051-5/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42768
* mac80211_hwsim: select 802.11n support for hostapdFelix Fietkau2014-10-051-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42766
* ath9k: add a fix for dynackFelix Fietkau2014-09-305-6/+181
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42703
* ath9k: add back missing fixes from the last versionFelix Fietkau2014-09-297-15/+193
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42701
* ath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)Felix Fietkau2014-09-275-4/+98
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42686
* mac80211: update to wireless-testing 2014-09-26Felix Fietkau2014-09-2789-9196/+640
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42683
* ath9k_htc: fix decryption errorsFelix Fietkau2014-09-141-0/+29
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42530
* ath9k: fix pll clock initialization on newer soc devices (fixes #14916)Felix Fietkau2014-09-099-14/+139
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42453
* ath9k: add some ani related stability / performance fixesFelix Fietkau2014-09-082-2/+59
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42443
* mac80211: enable DFS support for ath9k/10k by defaultJonas Gorski2014-09-071-2/+2
| | | | | | | | | The DFS pattern detector now supports all three regions; ETSI, FCC and JP, so there is no reason to not have it enabled anymore. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42431