BigW Consortium Gitlab

Commit dba0d7da by kaloz

mvebu: fix cobra chainmask (backport of r46697)

Thanks Sebastian for spotting it. Signed-off-by: 's avatarImre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46698 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 5859dd39
......@@ -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>,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment