[openwrt/openwrt] wifi-scripts: ucode: remove reference to legacy drivers
LEDE Commits
lede-commits at lists.infradead.org
Fri Aug 15 10:42:46 PDT 2025
nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4b6d81d7c1e89c096c25b53dab1aef58961c5532
commit 4b6d81d7c1e89c096c25b53dab1aef58961c5532
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Aug 15 19:31:28 2025 +0200
wifi-scripts: ucode: remove reference to legacy drivers
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
.../wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-device.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-device.json b/package/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-device.json
index 77692da2f6..f5f3628037 100644
--- a/package/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-device.json
+++ b/package/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-device.json
@@ -127,7 +127,7 @@
"type": "string"
},
"country_code": {
- "description": "Specifies the country code, affects the available channels and transmission powers. For types mac80211 and broadcom a two letter country code is used (EN or DE). The madwifi driver expects a numeric code",
+ "description": "Specifies the two-letter country code (e.g. EN or DE), affects the available channels and transmission powers",
"type": "string"
},
"country_ie": {
More information about the lede-commits
mailing list