John Crispin
b86545c86d
mac80211: fix NULL pointer crash in monitor frame injection TX path
...
This "patch to the patch" fixes a NULL pointer derefence crash in the new
intermediate software queues. The crash can be reproduced by injecting an
802.11 frame with a BSSID that does not belong to a configured vif. The
wperf tool (https://github.com/anyfi/wperf ) may be convenient for doing
this.
Signed-off-by: Johan Almbladh <ja@anyfi.net>
SVN-Revision: 44220
2015-01-30 08:06:28 +00:00
John Crispin
895edf7c43
libertas: set wireless macaddr
...
Update the wireless macaddr with the value retrieved from the H/W.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 44175
2015-01-28 12:07:35 +00:00
John Crispin
cae76f611a
libertas: configure sysfs symlinks
...
Update the libertas driver to configure symlinks in sysfs. This enables
the driver to be handled correctly by the mac80211/netifd/hostapd scripts.
With this patch, the wireless interface is functional on Guruplug Server Plus.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 44174
2015-01-28 12:07:29 +00:00
John Crispin
04f104e74d
mac80211: Add some missing 802.11n capabilities to hostapd configuration
...
Add some missing 802.11n capabilities to the hostapd ht_capab string when
supported by the hardware: Spatial Multiplexing Power-Save and 7935-byte AMSDUs.
Signed-off-by: Robert Hancock <hancockrwd@gmail.com>
SVN-Revision: 44173
2015-01-28 12:07:21 +00:00
John Crispin
e0aaac8434
mac80211: fix fallback to macaddr
...
If '/sys/class/ieee80211/phyN' is not a symlink, the call to readlink
produces either an empty path (if /sys/class/ieee80211/phyN/device doesn't
exist) or a path that begins with '/sys/class/ieee80211' (which does not
work with the subsequent line to strip '/sys/devices' from the beginning of
the path). Modify the checks to detect these conditions, and fallback to
using the macaddr.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 44172
2015-01-28 12:07:08 +00:00
John Crispin
f283700396
mac80211: update libertas_sdio package name
...
Change the name of the package to match the module name so it matches the
package name referenced by the Kirkwood (Guruplug) profile.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 44171
2015-01-28 12:06:59 +00:00
Felix Fietkau
768d09be87
mac80211/hostapd: fix HT mode setup for RSN ad-hoc networks
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44100
2015-01-24 19:27:22 +00:00
John Crispin
94aebc6bd7
mac80211: add throughput trigger to ath10k
...
add a led trigger to ath10k based on the ath9k code
Signed-off-by: Gianluca Anzolin <gianluca@sottospazio.it>
SVN-Revision: 44033
2015-01-18 10:26:57 +00:00
Felix Fietkau
a570ccd7e2
ath9k: fix irq storm issues ( #18483 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43971
2015-01-14 13:20:38 +00:00
Felix Fietkau
b898695bdd
mac80211: fix ad-hoc basic/multicast rate regression from r43782
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43853
2015-01-05 13:19:20 +00:00
Felix Fietkau
fe35a1cb8b
package: remove references to symbols TARGET_{ps3,pxcab}.
...
Target pxcab and ps3 were removed from maintaince in r34764 and r34765
respectively.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 43850
2015-01-05 13:03:40 +00:00
Felix Fietkau
beb4318bc3
ath10k: fix tx rate selection for ad-hoc mode with HT
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43790
2014-12-27 13:37:32 +00:00
Felix Fietkau
ff3464eb30
mac80211: fix HT mode selection for ad-hoc
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43769
2014-12-22 21:46:38 +00:00
Felix Fietkau
ff06d03a38
cfg80211: add support for changing the device mac address via sysfs
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43638
2014-12-11 20:07:58 +00:00
Felix Fietkau
9144cc5c2d
mac80211: do not export the backports linux/module.h, it breaks out-of-tree driver builds
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43609
2014-12-10 21:17:05 +00:00
Felix Fietkau
03b49664e5
ath10k: init devices synchronously to fix wifi detection at boot
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43484
2014-12-01 20:01:05 +00:00
Felix Fietkau
62100c31d6
ath5k: fix hardware queue index assignment
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43442
2014-11-30 21:05:17 +00:00
Felix Fietkau
47f09fd345
ath9k: fix hardware tx queue allocation order
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43438
2014-11-30 19:41:59 +00:00
Felix Fietkau
22b42b4233
mac80211: update regdb to master-2014-11-18
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43408
2014-11-27 17:26:06 +00:00
Felix Fietkau
8f7e398350
mac80211: fix a crash on getting the channel in WDS AP mode ( #18400 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43367
2014-11-24 17:13:54 +00:00
Felix Fietkau
6aeb3528a8
ath9k: fix some ar913x irq handling issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43342
2014-11-23 12:53:35 +00:00
Felix Fietkau
f80596c9df
mac80211: fix a crash on using VHT rates
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43340
2014-11-21 22:29:48 +00:00
Felix Fietkau
4d99db168c
mac80211: try to get interface addresses from wiphy sysfs 'addresses' if no mask is set
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43326
2014-11-19 20:17:08 +00:00
Felix Fietkau
1ffcc555ef
mac80211: add an intermediate software queueing implementation
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43325
2014-11-19 20:17:01 +00:00
Felix Fietkau
bc30e04a83
mac80211: add support for passing sta rate table updates to the driver
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43324
2014-11-19 20:16:55 +00:00
John Crispin
510ff1f1b8
ralink: merge the mt7620a/n subtargets
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43300
2014-11-19 09:19:38 +00:00
Felix Fietkau
49aca2431c
mac80211: fix a crash bug in minstrel_ht
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43298
2014-11-18 22:20:50 +00:00
Felix Fietkau
9cd492b3e1
mac80211: add support for reporting tx status without attached skb
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43297
2014-11-18 22:20:45 +00:00
Felix Fietkau
7b0b8556d8
mac80211: enable minstrel_ht VHT support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43296
2014-11-18 22:20:37 +00:00
Felix Fietkau
dd5959c114
mac80211: fix VHT rate selection
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43279
2014-11-16 11:39:07 +00:00
Felix Fietkau
25d508dcd9
mac80211: backport list_last_entry
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43278
2014-11-16 11:39:01 +00:00
Felix Fietkau
6abb5f7a21
mac80211: backport devm_kmemdup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43277
2014-11-16 11:38:55 +00:00
Felix Fietkau
5a05cb40ce
ath9k: fix crashes when using shared IRQs
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43239
2014-11-13 17:38:22 +00:00
Felix Fietkau
9809b02dec
mac80211: fix kernel crash on netdev unregister on newer 3.14 kernels
...
Based on patch by Mark Milburn
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43224
2014-11-09 02:25:49 +00:00
Felix Fietkau
740c755805
mac80211: update to wireless-testing 2014-11-04
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43210
2014-11-07 19:41:07 +00:00
Felix Fietkau
82e2aeb599
mac80211: merge a few pending upstream fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43208
2014-11-07 11:12:51 +00:00
Hauke Mehrtens
26e68b353f
mac80211: remove unused patch
...
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
2014-10-31 21:55:21 +00:00
Felix Fietkau
e6da32c086
mac80211: fix key flush handling in AP+STA
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43079
2014-10-27 11:02:23 +00:00
Felix Fietkau
78bd998e49
ath9k: add a few calibration related fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43058
2014-10-25 14:45:22 +00:00
Felix Fietkau
29987caa25
rtlwifi: unbreak usb drivers
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43052
2014-10-24 22:00:34 +00:00
Felix Fietkau
16a9ab1d58
ath: process regulatory notifiers with CONFIG_ATH_USER_REGD set
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43034
2014-10-23 13:33:18 +00:00
Felix Fietkau
3772f272d0
ath10k: fix survey output channel in-use flag
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43033
2014-10-23 13:33:14 +00:00
Felix Fietkau
d9ea3d2aa8
ath9k: fix tx power reporting
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43032
2014-10-22 16:26:56 +00:00
Felix Fietkau
18ae41edf0
ath9k: merge ar9580/ar955x initval updates
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43029
2014-10-22 13:32:12 +00:00
Felix Fietkau
201fb55ac5
ath9k: merge a regulatory handling fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43028
2014-10-22 13:32:06 +00:00
Felix Fietkau
f3ee419dbc
ath9k: merge a fix for queue start/stop handling ( fixes #18164 , #18130 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43011
2014-10-21 16:30:01 +00:00
Felix Fietkau
e641bb026b
mac80211: add a maintenance script for upstream backport commits
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42953
2014-10-18 17:39:04 +00:00
Felix Fietkau
f0d9e712e4
mac80211: update to 2014-10-08
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42952
2014-10-18 17:38:59 +00:00
John Crispin
20940138ac
scripts: fix wrong usage of '==' operator
...
[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
2014-10-14 12:21:11 +00:00
Felix Fietkau
2e9157a866
mac80211: remove NO-IR from channel 36-48
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42882
2014-10-12 15:49:38 +00:00
Felix Fietkau
fbe1b7ecdf
mac80211: remove error from detect script
...
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42861
2014-10-09 09:04:24 +00:00
Felix Fietkau
8609ca69e0
mac80211: add a few upstream ath9k / mac80211 fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42849
2014-10-08 15:09:53 +00:00
Felix Fietkau
8cc9f46dfa
ath10k: update firmware to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42768
2014-10-05 14:59:59 +00:00
Felix Fietkau
063074cf0c
mac80211_hwsim: select 802.11n support for hostapd
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42766
2014-10-05 11:50:42 +00:00
Felix Fietkau
1161df826f
ath9k: add a fix for dynack
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42703
2014-09-30 21:36:04 +00:00
Felix Fietkau
cbc069f9c1
ath9k: add back missing fixes from the last version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42701
2014-09-29 18:51:25 +00:00
Felix Fietkau
a03d97d383
ath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42686
2014-09-27 20:52:11 +00:00
Felix Fietkau
8be721208d
mac80211: update to wireless-testing 2014-09-26
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42683
2014-09-27 20:51:43 +00:00
Felix Fietkau
6ea49c5e13
ath9k_htc: fix decryption errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42530
2014-09-14 11:40:51 +00:00
Felix Fietkau
4ba3d616be
ath9k: fix pll clock initialization on newer soc devices ( fixes #14916 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42453
2014-09-09 08:03:00 +00:00
Felix Fietkau
3c5412e6c3
ath9k: add some ani related stability / performance fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42443
2014-09-08 16:45:30 +00:00
Jonas Gorski
288e50a79c
mac80211: enable DFS support for ath9k/10k by default
...
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
2014-09-07 09:38:13 +00:00
John Crispin
e82f16117f
mac80211: rt2x00: fix of ht20/ht40 switching fix
...
r42348 uses a wrong register
Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
SVN-Revision: 42349
2014-09-01 13:19:32 +00:00
John Crispin
567c909af0
mac80211: rt2x00 correctly set ht20/ht40 filter
...
Simple patch to correct ht20/ht40 switching. Tested with rt3290/rt3352/rt5350
Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
SVN-Revision: 42348
2014-09-01 11:40:38 +00:00
Felix Fietkau
f086c08c76
mac80211: fix crash when unloading drivers ( #17706 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42329
2014-08-29 20:41:01 +00:00
John Crispin
bbcf1fa610
mac80211/rt2x00: allow disabling bands through dts
...
Add dts property ralink,2ghz and ralink,5ghz
e.g. disable 2ghz band:
wmac@10180000 {
status = "okay";
ralink,2ghz = <0>;
}
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 42281
2014-08-25 06:36:01 +00:00
Hauke Mehrtens
33264155cb
mac80211: fix warning with kernel 3.14
...
This fixes a redefinition of net_get_random_once() warning.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42141
2014-08-11 20:23:20 +00:00
Felix Fietkau
498619dc1f
mac80211: refresh patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41953
2014-08-02 19:51:58 +00:00
Felix Fietkau
183e5954b4
ath9k: disable periodic entropy gathering (keep initial) to fix some stability issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41952
2014-08-02 19:51:54 +00:00
Jonas Gorski
7272ccbf24
mac80211: b43: include ucode30 by default
...
Fixes
b43-phy0 ERROR: Firmware file "b43-open/ucode30_mimo.fw" not found
for BCM43217 devices.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 41943
2014-08-01 21:56:43 +00:00
Hauke Mehrtens
83c803086c
mac80211: b43: update b43 to version master-2014-07-29-1
...
This add 5GHz support for N-PHY to b43, thanks Rafał Miłecki.
b43_wflush16 was put into an extra function because it is pretty big in asm.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41900
2014-07-30 21:15:42 +00:00
Jo-Philipp Wich
1c0557cfa8
mac80211: support wildcard paths when matching phys
...
This change introduces support for wildcard patterns in "option path"
of section "wifi-device".
Objective is to allow paths like "*/usb[0-9]/*/*" in order to claim
any usb device using the same backend type, regardless of its bus
address or phy name.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41873
2014-07-29 09:48:07 +00:00
Felix Fietkau
8b4a312ed9
mac80211: merge a few WDS-AP related fixes ( #14756 , #16802 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41827
2014-07-25 14:24:03 +00:00
Imre Kaloz
a8486aeff3
package the mwifiex-pcie driver
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41820
2014-07-24 10:18:06 +00:00
Felix Fietkau
ad4a351f19
ath9k: fix a long standing aggregation related tx lockup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41815
2014-07-23 13:44:44 +00:00
Hauke Mehrtens
3d5412bd06
mac80211: b43: update b43 to version master-2014-07-22
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41805
2014-07-22 21:42:07 +00:00
Felix Fietkau
1e710a93eb
mac80211: fix a null pointer deref when querying station info when rate control is not initialized ( #17061 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41801
2014-07-22 19:05:19 +00:00
Imre Kaloz
286780b44a
fix typo
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41762
2014-07-19 20:14:49 +00:00
Imre Kaloz
988e29e5ad
allow ath10k to initialize using the board.bin contents
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41756
2014-07-19 13:18:59 +00:00
Hauke Mehrtens
7a8f2a73ce
mac80211: add new b43 config option to issue rebuild
...
With this patch mac80211 will be rebuild when one of these config
options was changed.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41677
2014-07-16 20:30:30 +00:00
Hauke Mehrtens
f857ae864a
mac80211: b43: fix PHY_G support.
...
I missed adding B43_PHY_G to .local-symbols, without this it will not
be added to autoconf.h
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41676
2014-07-16 20:28:08 +00:00
Felix Fietkau
952c87aeeb
ath9k: add a fix for tx pending frame accounting, fixes some tx hang issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41673
2014-07-16 18:26:21 +00:00
Hauke Mehrtens
025144800a
mac80211: b43: backport b43 patches from wireless testing
...
This brings b43 up to wireless-testing/master master-2014-07-15
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41668
2014-07-15 21:58:03 +00:00
Hauke Mehrtens
ba54356d49
brcm47xx: deactivate ssb and old phy code for new devices
...
This deactivates ssb and G-PHY code in b43 for the mips74k profile in
brcm47xx.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41594
2014-07-12 15:39:31 +00:00
Hauke Mehrtens
1b67e879a7
mac80211: b43: backport b43 patches from wireless testing
...
This brings b43 up to wireless-testing/master master-2014-07-10
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41593
2014-07-12 15:37:34 +00:00
Felix Fietkau
f34cbdcf61
mac80211: Fix config variable name for dtim_period
...
The vif option dtim_period was accidently renamed dtim_interval in r38988
("netifd: add wireless configuration support and port mac80211 to the new
framework"). This is wrong and makes the dtim_period/dtim_interval a dead
option because the rest of the config generation code still uses dtim_period.
Reported-by: Jeppe Ledet-Pedersen <jlp@steinwurf.com>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
SVN-Revision: 41557
2014-07-10 12:29:27 +00:00
Hauke Mehrtens
5d96f266c9
mac80211: b43: add support for firmware 784.2
...
This adds firmware 784.2 for b43 as an option.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41524
2014-07-06 10:58:14 +00:00
Hauke Mehrtens
37518a7c53
mac80211: update linux-firmware
...
This updates linux-firmware to version
7f388b4885cf64d6b7833612052d20d4197af96f from 2014-06-04.
In addition it adds new firmware for Intel, Broadcom and Realtek devices.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41523
2014-07-06 10:34:34 +00:00
Hauke Mehrtens
eef5698535
mac80211: update regulatory database to master-2014-06-13
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41489
2014-07-02 22:27:32 +00:00
John Crispin
e7b9bec305
mac80211: enable driver compilation for mt7620
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 41442
2014-07-01 10:26:21 +00:00
John Crispin
b5fe5d5ba3
mac80211: add support for mt7620
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 41441
2014-07-01 10:26:18 +00:00
Felix Fietkau
2c9c7ada6e
mac80211: disable greenfield by default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41300
2014-06-22 11:52:53 +00:00
Felix Fietkau
b9019462f3
mac80211: revert a faulty upstream change which is causing channel 12 to be enabled for US regdomain
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41298
2014-06-22 11:42:24 +00:00
Felix Fietkau
0f87ca021f
mac80211: disable the clk_* backport, it is unused by drivers and has the wrong ifdef
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41181
2014-06-13 13:29:18 +00:00
Felix Fietkau
867ba199f8
mac80211: fix disabling of 802.11n features
...
r40682 ("mac80211: clean up ht capability handling, drop the use of the
ht_capab list, use individual variables instead") removed the ht_capab list and
replaced it with optional variables to disable features for a phy. But these
variables weren't added in drv_mac80211_init_device_config and thus didn't make
any difference when modifying /etc/config/wireless.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
SVN-Revision: 41180
2014-06-13 10:10:05 +00:00
Felix Fietkau
205dd2e3c9
revert an accidentally committed patch chunk
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41179
2014-06-13 09:40:14 +00:00
Felix Fietkau
841b730f98
kernel: fix pkt_type filter mask for packet sockets
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41178
2014-06-13 09:34:03 +00:00
Felix Fietkau
e2c4d320c7
b43: fix a regression on G-PHY devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41162
2014-06-12 14:44:26 +00:00
Felix Fietkau
39c5660cbd
rt2x00: fix crash when using TKIP on USB devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41161
2014-06-12 14:44:23 +00:00
Felix Fietkau
c77311f689
ath9k: fix initial noise floor calibration on older chips
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41156
2014-06-12 11:41:12 +00:00