diff options
| author | Rosen Penev | 2025-06-08 02:47:04 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-08-25 08:35:39 +0000 |
| commit | 26a371303fde40f8dc74b2cd8feadb90ab241df4 (patch) | |
| tree | 6d866f5dee4cd7ca2c6c899296a99012a762e4b7 | |
| parent | f5930cb6b5136a275a23bfda59c2dd69883bc0a4 (diff) | |
| download | openwrt-26a371303fde40f8dc74b2cd8feadb90ab241df4.tar.gz | |
ath79: compex_wpj531: remove wrong wifi device
This device does not come with a pci card. It has a slot where one can
get supplied. What's more, nvmem or ieee80211 frequency limits are not
applied here. It can just get removed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18920
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/ath79/dts/qca9531_compex_wpj531-16m.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/ath79/dts/qca9531_compex_wpj531-16m.dts b/target/linux/ath79/dts/qca9531_compex_wpj531-16m.dts index 5506da5125..4de17176a0 100644 --- a/target/linux/ath79/dts/qca9531_compex_wpj531-16m.dts +++ b/target/linux/ath79/dts/qca9531_compex_wpj531-16m.dts @@ -147,11 +147,6 @@ &pcie0 { status = "okay"; - - wifi@0,0 { - compatible = "pci168c,003c"; - reg = <0x0000 0 0 0 0>; - }; }; &usb_phy { |