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 | f57484c4afb169625ce67e595a0d9a379d03caaa (patch) | |
tree | fa53850026c618ef80df2d67a1eb7735d36c3665 /target/linux/mvebu/files | |
parent | f5fcb0b4b8649b95e40c542c391239a7510c6636 (diff) | |
download | upstream-f57484c4afb169625ce67e595a0d9a379d03caaa.tar.gz upstream-f57484c4afb169625ce67e595a0d9a379d03caaa.tar.bz2 upstream-f57484c4afb169625ce67e595a0d9a379d03caaa.zip |
mvebu: fix cobra chainmask
Thanks Sebastian for spotting it.
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 46697
Diffstat (limited to 'target/linux/mvebu/files')
-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>, |