Felix Fietkau
4a977252f5
ath9k: add a fix to improve reliability of high bitrates on AR93xx/AR95xx
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38802
2013-11-14 12:21:24 +00:00
Felix Fietkau
5113f2d6c2
mac80211: merge a patch that enables DFS for ad-hoc mode
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38801
2013-11-14 12:21:19 +00:00
Hauke Mehrtens
c43d2285e0
mac80211: update regdb.txt
...
This was copied from wireless-regdb.git commit a14052b85e5d70e37a31962a9c56c0cdbb9acafc
The passive-scan/no-ibss flag of channels 36-48 in the world regd were
removed like it was done in r32126.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38797
2013-11-13 22:36:12 +00:00
Imre Kaloz
736db5f17c
upgrade linux-firmware git revision, bump package version
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38792
2013-11-13 14:47:31 +00:00
Imre Kaloz
f5d8735c55
add another symbol for TI chipsets
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38791
2013-11-13 14:46:21 +00:00
Felix Fietkau
5f1c42d8b6
mac80211: update to wireless-testing 2013-11-05
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38783
2013-11-12 22:11:33 +00:00
Zoltan Herpai
ff41e07aa2
kernel: add new core sound module snd-pcm-dmaengine.ko for 3.12 kernels and above
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38772
2013-11-12 01:09:15 +00:00
Hauke Mehrtens
09fd5cbd4c
broadcom-diag: add Belkin F7D3302/F7D7302
...
Signed-off-by: Cody P Schafer <devel@codyps.com>
SVN-Revision: 38768
2013-11-11 23:04:23 +00:00
Hauke Mehrtens
5c2f443075
broadcom-wl: version roll
...
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38765
2013-11-11 22:05:39 +00:00
Hauke Mehrtens
1f9a4fee5a
broadcom-wl: support 'wds' interfaces on 'wl1' device
...
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38764
2013-11-11 22:05:20 +00:00
Hauke Mehrtens
753d52c2a4
broadcom-wl: support probe of 'wds' devices
...
'nas' requires probe of 'wds' devices to be successful;
so don't fail them.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38763
2013-11-11 22:04:53 +00:00
Hauke Mehrtens
697f4a19e5
broadcom-wl: fix crash when starting multiple virtual interfaces
...
When enabling multiple VIFS, the driver sometimes crashes. The frequency
of the crash increases as more VIFS are enabled.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38762
2013-11-11 22:04:26 +00:00
Hauke Mehrtens
b98f77f3d9
broadcom-wl: perform additional cleanup on wl module unload
...
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38761
2013-11-11 22:03:58 +00:00
Zoltan Herpai
1789fda3fb
kernel: of_i2c is moved into i2c-core in 3.12, add kernel version check into modules/i2c.mk
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38760
2013-11-11 22:03:35 +00:00
Hauke Mehrtens
df493faf12
broadcom-wl: support more virtual interfaces
...
Read the number of virtual interfaces to support from the device
capabilities; as some newer devices can support up to 16.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38759
2013-11-11 22:03:25 +00:00
Hauke Mehrtens
c926edd72d
broadcom-wl: improve device cleanup
...
Move all device cleanup to "disable_broadcom".
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38758
2013-11-11 22:02:45 +00:00
Hauke Mehrtens
3c2904bfb8
broadcom-wl: add support for setting H/W address
...
Some devices initialize with a default address (common to all H/W).
The address needs to be changeable so that a unique address can be
assigned to each AP.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38757
2013-11-11 22:02:14 +00:00
Hauke Mehrtens
4ba2f2f731
broadcom-wl: eliminate 'invalid command' when setting ssid
...
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38756
2013-11-11 22:01:32 +00:00
Hauke Mehrtens
5b4c8c4cc8
broadcom-wl: clean up variable definitions (broadcom.sh)
...
Specify variables as 'local' where appropriate
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38755
2013-11-11 22:01:12 +00:00
Hauke Mehrtens
aa6a5baf88
broadcom-wl: simplify processing of 'hwmode'
...
Default gmode to "GOnly" unless explicitly overwridden. This corrects
processing for 11ng to specify "GOnly" for gmode instead of "Auto"
(which translated to "bg").
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38754
2013-11-11 22:00:39 +00:00
Hauke Mehrtens
d1c55bb33e
broadcom-wl: shutdown 'nas' when 'wl' device is disabled
...
'nas' must be shutdown independently for each 'wl' device to properly
support devices with multiple radios. Do the shutdown when the device
is disabled instead of when it is brought up.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38753
2013-11-11 21:59:58 +00:00
Hauke Mehrtens
091d80bea7
broadcom-wl: use a single instance of 'nas' per 'wl' device
...
A single instance of 'nas' can support multiple interfaces; there's
no need to run multiple instances.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38752
2013-11-11 21:59:34 +00:00
Hauke Mehrtens
493f82e8ee
broadcom-wl: fix whitespace handling
...
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38751
2013-11-11 21:59:07 +00:00
Hauke Mehrtens
1439dc3b9b
broadcom-wl: update description for recently added
...
Update descriptions for 'phytype' and 'band'.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38750
2013-11-11 21:58:42 +00:00
Hauke Mehrtens
40e8eb2dda
broadcom-wl: fix band reporting
...
Modify the band reporting for broadcom devices to correctly report
HW capability. Currently, 802.11na devices report "bgn"; but should be
reporting "an".
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38749
2013-11-11 21:58:19 +00:00
Hauke Mehrtens
cac4ccca2f
broadcom-wl: change interface names
...
'netifd' treats all devices with a "." in their name as vlan devices.
Modify the name of virtual/WDS interfaces created by broadcom-wl to use
a "-" instead of a ".", so they will be treated as simple devices
by 'netifd'.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38748
2013-11-11 21:57:26 +00:00
Hauke Mehrtens
c36d24ec82
broadcom-wl: fix compiler warning
...
Delete the return value (nvram_exit is declared with a 'void' return).
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38747
2013-11-11 21:56:45 +00:00
John Crispin
becac1abaf
lantiq: dont install deu test manager
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38731
2013-11-11 12:22:12 +00:00
John Crispin
40031fdf9b
gpio-button-hotplug: add support for sliding switches
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38725
2013-11-11 12:19:06 +00:00
Imre Kaloz
7f4bdaa244
depend on the correct target
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38721
2013-11-11 11:51:54 +00:00
Hauke Mehrtens
80eb837491
broadcom-diag: fix sys button on Asus rt-n16
...
This closes : #14427 .
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38701
2013-11-09 20:09:21 +00:00
Hauke Mehrtens
874650d235
brcm47xx: add detection for Linksys WRT54GS V1
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38700
2013-11-09 20:08:09 +00:00
Imre Kaloz
06d0fda4d1
switch to 3.12, enable support for AM33xx/OMAP3
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38692
2013-11-08 12:44:38 +00:00
Imre Kaloz
1381fa6c5c
rename the omap4 target to omap
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38691
2013-11-08 12:37:39 +00:00
Felix Fietkau
0615b9d83a
mac80211: mark rt2x00 library packages as hidden, there's no point in allowing users to enable them without the packages that depend on them
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38684
2013-11-07 20:59:22 +00:00
John Crispin
8965a29bb0
button-hotplug: sync list of supported keys with gpio-button-hotplug
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38676
2013-11-07 12:46:20 +00:00
Hauke Mehrtens
a02ef5d05e
kernel: fix dependencies of kmod-thermal
...
This depends on kmod-hwmon-core
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38639
2013-11-03 20:18:45 +00:00
Hauke Mehrtens
1f3c0f9c54
kernel: fix dependencies of usb-eth-gadget
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38638
2013-11-03 20:17:52 +00:00
Hauke Mehrtens
b81685f0a4
kernel: add missing dependency for kernel 3.12 in tg3
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38605
2013-10-30 09:50:13 +00:00
Luka Perkov
f7ccdbec75
kernel: add w1-master-mxc module
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38575
2013-10-29 02:52:17 +00:00
John Crispin
14457da13f
gpio-button-hotplug: add support for power buttons
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38557
2013-10-28 13:45:57 +00:00
John Crispin
c81c814d6a
kernel: add packages for sdhci support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38549
2013-10-28 06:47:20 +00:00
Luka Perkov
3d77352390
kernel: add keyboard-imx module
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38537
2013-10-25 10:29:49 +00:00
Florian Fainelli
ec41ca3a47
kernel: make kmod-pcnet32 depend on kmod-mii
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 38531
2013-10-25 01:47:45 +00:00
Florian Fainelli
294a57822e
kernel: add mii library kernel module package
...
This package is required for network drivers such as pcnet32
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 38530
2013-10-25 01:47:32 +00:00
Felix Fietkau
537e301fab
ath9k: gather entropy from raw ADC I/Q samples (use the least significant bit only)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38486
2013-10-20 17:51:17 +00:00
Felix Fietkau
bc3d7c2f1b
rt2800usb: merge a fix to slow down tx status polling ( #13523 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38452
2013-10-18 13:39:10 +00:00
Luka Perkov
d8311375eb
kernel: imx6: add modules needed for sgtl5000 audio codec
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38427
2013-10-16 03:25:59 +00:00
Felix Fietkau
e90e74000a
rt2x00: fix rf id for rt3352 ( #14322 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38399
2013-10-14 19:40:30 +00:00
Felix Fietkau
f1ea6d3c2d
ath9k: add some more pending fixes / optimizations
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38398
2013-10-14 19:38:42 +00:00