diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-08-21 08:06:07 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-08-21 08:06:07 +0000 |
commit | 05f49c372e250b4c90246736b71f9debd850c263 (patch) | |
tree | f6e3f607776e755f7d729ee9b27a2fd1c411a3e8 /target/linux | |
parent | 7545a9373cc820778f0b4590d67cc2c72a141137 (diff) | |
download | upstream-05f49c372e250b4c90246736b71f9debd850c263.tar.gz upstream-05f49c372e250b4c90246736b71f9debd850c263.tar.bz2 upstream-05f49c372e250b4c90246736b71f9debd850c263.zip |
mvebu: fix cobra chainmask (backport of r46697)
Thanks Sebastian for spotting it.
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46698 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>, |