mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-13 08:02:09 -05:00
ath79: revert wmac node names
Changing the node names arbitrarily broke existing configurations, which
rely on the device path in /etc/config/wireless.
Revert that part of the change without altering the compatible strings.
Fixes: 7e09959efd ("mac80211: fix wmac node names")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
b77fa45d12
commit
118d8ee981
@ -175,7 +175,7 @@
|
|||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wmac: wifi@180c0000 {
|
wmac: wmac@180c0000 {
|
||||||
compatible = "qca,ar9130-wifi";
|
compatible = "qca,ar9130-wifi";
|
||||||
reg = <0x180c0000 0x230000>;
|
reg = <0x180c0000 0x230000>;
|
||||||
|
|
||||||
|
|||||||
@ -152,7 +152,7 @@
|
|||||||
reg = <0x18070000 0x4>;
|
reg = <0x18070000 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wmac: wifi@18100000 {
|
wmac: wmac@18100000 {
|
||||||
compatible = "qca,ar9330-wifi";
|
compatible = "qca,ar9330-wifi";
|
||||||
reg = <0x18100000 0x20000>;
|
reg = <0x18100000 0x20000>;
|
||||||
|
|
||||||
|
|||||||
@ -153,7 +153,7 @@
|
|||||||
reg = <0x18070000 0x14>;
|
reg = <0x18070000 0x14>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wmac: wifi@18100000 {
|
wmac: wmac@18100000 {
|
||||||
compatible = "qca,ar9340-wifi";
|
compatible = "qca,ar9340-wifi";
|
||||||
reg = <0x18100000 0x20000>;
|
reg = <0x18100000 0x20000>;
|
||||||
|
|
||||||
|
|||||||
@ -177,7 +177,7 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
wmac: wifi@18100000 {
|
wmac: wmac@18100000 {
|
||||||
compatible = "qca,qca9530-wifi";
|
compatible = "qca,qca9530-wifi";
|
||||||
reg = <0x18100000 0x20000>;
|
reg = <0x18100000 0x20000>;
|
||||||
|
|
||||||
|
|||||||
@ -229,7 +229,7 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
wmac: wifi@18100000 {
|
wmac: wmac@18100000 {
|
||||||
compatible = "qca,qca9550-wifi";
|
compatible = "qca,qca9550-wifi";
|
||||||
reg = <0x18100000 0x10000>;
|
reg = <0x18100000 0x10000>;
|
||||||
|
|
||||||
|
|||||||
@ -147,7 +147,7 @@
|
|||||||
reg = <0x18070000 0x64>;
|
reg = <0x18070000 0x64>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wmac: wifi@18100000 {
|
wmac: wmac@18100000 {
|
||||||
compatible = "qca,qca9560-wifi";
|
compatible = "qca,qca9560-wifi";
|
||||||
reg = <0x18100000 0x10000>;
|
reg = <0x18100000 0x10000>;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user