Skip to content

Commit e5d1332

Browse files
rany2hauke
authored andcommitted
wifi-scripts: ucode: fix ieee80211w default
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: 70ba751 ("wifi-scripts: ucode: allow sae_pwe to be modified for AP mode") Signed-off-by: Rany Hany <rany_hany@riseup.net> Link: openwrt/openwrt#22043 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit f012e8d)
1 parent f27d386 commit e5d1332

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-iface.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,7 @@
433433
"ieee80211w": {
434434
"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",
435435
"type": "number",
436-
"enum": [ 0, 1, 2 ],
437-
"default": 0
436+
"enum": [ 0, 1, 2 ]
438437
},
439438
"ieee80211w_max_timeout": {
440439
"type": "alias",

0 commit comments

Comments
 (0)