]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
wifi-scripts: ucode: fix ieee80211w default 22043/head
authorRany Hany <rany_hany@riseup.net>
Sun, 15 Feb 2026 16:29:17 +0000 (16:29 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 16 Feb 2026 00:50:53 +0000 (01:50 +0100)
This should not be defaulted to anything in the schema.

What seemed like a minor cleanup actually broke this
as the schema defines a default value already. I did
not notice as I had this explictly set in my config.

Fixes: 70ba7512 ("wifi-scripts: ucode: allow sae_pwe to be modified for AP mode")
Signed-off-by: Rany Hany <rany_hany@riseup.net>
Link: https://github.com/openwrt/openwrt/pull/22043
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-iface.json

index 376faef86c503772bacd46882c0ee720a0660ba7..75ec3a3bdb2637e0c883fda123422a22f7d36aa6 100644 (file)
                "ieee80211w": {
                        "description": "Enables MFP (802.11w) support (0 = disabled, 1 = optional, 2 = required). Requires the 'full' version of wpad/hostapd and support from the Wi-Fi driver",
                        "type": "number",
-                       "enum": [ 0, 1, 2 ],
-                       "default": 0
+                       "enum": [ 0, 1, 2 ]
                },
                "ieee80211w_max_timeout": {
                        "type": "alias",