openwrt/package
Valent Turkovic b52a3124db
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
wifi-scripts: wdev.uc: fix mesh mode frequency handling
Mesh mode interface creation fails when the freq parameter is empty or
undefined. Unlike adhoc mode which checks if freq exists before using it,
mesh mode blindly constructs the iw command with freq parameter, resulting
in invalid syntax like:

  iw dev mesh0 mesh join ssid freq  NOHT

This causes the mesh interface to be created without joining the mesh
network, leaving it in a DOWN state with no channel assigned.

Fix by adding freq validation check similar to adhoc mode.

Tested on two routers in parallel as mesh peers:
- Xiaomi AX3000T (MediaTek MT7981)
- OpenWrt One (MediaTek MT7981)
- OpenWrt 6.6.119, 802.11s mesh on 5GHz (Channel 36, HE80)

Signed-off-by: Valent Turkovic <valent@meshpointone.com>
Link: https://github.com/openwrt/openwrt/pull/21373
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 7214acd759)
2026-01-04 16:57:20 +01:00
..
base-files base-files: fix default_postinst clearing luci cache 2026-01-02 14:34:58 +01:00
boot mediatek: add ubootmod layout for Cudy WBR3000UAX v1 2026-01-02 19:45:43 +01:00
devel kselftests-bpf: drop dependency on kernel 6.6 2025-11-27 12:47:16 +01:00
firmware linux-firmware: intel: bump BE200 wifi firmware 2025-12-17 21:26:17 +01:00
kernel kernel/rtl8812au-ct: provide a virtual kmod 2026-01-02 18:11:03 +01:00
libs toolchain: fix libgcc ABI for libc 2025-12-24 19:39:54 +01:00
network wifi-scripts: wdev.uc: fix mesh mode frequency handling 2026-01-04 16:57:20 +01:00
system treewide: add explicit default variant 2026-01-02 18:11:04 +01:00
utils cli: fix typo in error reporting 2026-01-04 16:57:20 +01:00
Makefile package: do not sign individual APK packages 2025-10-09 12:52:43 +02:00