Commit a06553b
committed
wifi-scripts: fix mcast_rate type (number, not array)
The multicast rate (mcast_rate) is defined as a single numeric value,
not an array. The ucode scripts already expect a single number, and
the OpenWrt documentation specifies this option as an integer [0].
Adjust the wireless schema accordingly. This also fixes the wdev.uc
call path for the iw fallback mesh setup.
[0] - https://openwrt.org/docs/guide-user/network/wifi/basic
Link: openwrt/openwrt#21291
(cherry picked from commit a6eb3d9)
Link: openwrt/openwrt#21301
Signed-off-by: Nick Hainke <[email protected]>1 parent a32c5c6 commit a06553b
File tree
1 file changed
+2
-5
lines changed1 file changed
+2
-5
lines changedLines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
| 608 | + | |
| 609 | + | |
613 | 610 | | |
614 | 611 | | |
615 | 612 | | |
| |||
0 commit comments