diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-08-21 08:01:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-08-21 08:01:48 +0000 |
commit | 33fed52a6ac86cbfe6fdd4169ae653881561044f (patch) | |
tree | adb7835aa70e50d55efb107cb2659a5a2693523a /target/linux | |
parent | bf562e465803f579f71b63116c3ddba36b83bf10 (diff) | |
download | master-187ad058-33fed52a6ac86cbfe6fdd4169ae653881561044f.tar.gz master-187ad058-33fed52a6ac86cbfe6fdd4169ae653881561044f.tar.bz2 master-187ad058-33fed52a6ac86cbfe6fdd4169ae653881561044f.zip |
mvebu: fix cobra chainmask
Thanks Sebastian for spotting it.
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46697 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys-cobra.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys-cobra.dts b/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys-cobra.dts index b1499f4e14..890cfa8a10 100644 --- a/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys-cobra.dts +++ b/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys-cobra.dts @@ -105,7 +105,7 @@ pcie@1,0 { mwlwifi { marvell,2ghz = <0>; - marvell,chainmask = <2 2>; + marvell,chainmask = <4 4>; marvell,powertable { AU = <36 0 0xd 0xd 0xd 0xd 0xd 0xd 0xd 0xd 0xe 0xe 0xe 0xe 0xe 0xe 0xe 0xe 0 0xf>, @@ -235,7 +235,7 @@ pcie@2,0 { mwlwifi { marvell,5ghz = <0>; - marvell,chainmask = <2 2>; + marvell,chainmask = <4 4>; marvell,powertable { AU = <1 0 0xa 0xa 0xa 0xa 0xa 0xa 0xa 0xa 0xa 0xa 0xa 0xa 0x0 0x0 0x0 0x0 0 0xf>, |