Author: kaloz Date: 2015-08-21 10:01:48 +0200 (Fri, 21 Aug 2015) New Revision: 46697
Modified: trunk/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys-cobra.dts Log: mvebu: fix cobra chainmask Thanks Sebastian for spotting it. Signed-off-by: Imre Kaloz <[email protected]> Modified: trunk/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys-cobra.dts =================================================================== --- trunk/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys-cobra.dts 2015-08-20 23:19:42 UTC (rev 46696) +++ trunk/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys-cobra.dts 2015-08-21 08:01:48 UTC (rev 46697) @@ -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>, _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
