PTPT52
PTPT52
Currently, LAN and WLAN network ports are matched by network port name. Can it be changed to user script echo to send it down? It will be more universal and...
I suggest expanding the files directly into target/linux/generic/files rather than using a patch.
hi all My idea is to create a versatile Linux kernel LED trigger system for network interfaces, extending the existing "netlan" and "netwlan" triggers to be more flexible and user-configurable....
but if the upstream router use channel 149, it seems work. work: client-AP+STA-------huawei-AP(channel 149) not work: client-AP+STA-------huawei-AP(channel 44)
In the version a month ago, channel 44 was working fine, I am sure about this.
I just do revert back to this https://github.com/openwrt/openwrt/commit/2a31e9ca975d99b6216b2979a825f07253c8947e (drop commits after this) for hostapd and it works
ok, I found that this commit (https://github.com/openwrt/openwrt/commit/46e0eeb760c9d1da38660f9a02119a558d403625) cause the issue. revert this single commit and it works again. ping @nbd168 maybe nbd168 know what/how it is
scan wifi and then connect, and set the fixed-channel fix the issue.
@Vladdrako @nasbdh9 @zxlhhyccc Fixed by: ```diff diff --git a/target/linux/generic/backport-6.6/612-16-bbr-v3-upstream-prep-2024-02-19-01-net-tcp_bbr-v3-update-TCP-bbr-congestion-control-mod.patch b/target/linux/generic/backport-6.6/612-16- index db041ea8b2b..e2ac0a2fc25 100644 --- a/target/linux/generic/backport-6.6/612-16-bbr-v3-upstream-prep-2024-02-19-01-net-tcp_bbr-v3-update-TCP-bbr-congestion-control-mod.patch +++ b/target/linux/generic/backport-6.6/612-16-bbr-v3-upstream-prep-2024-02-19-01-net-tcp_bbr-v3-update-TCP-bbr-congestion-control-mod.patch @@ -707,7 +707,7 @@ Change-Id: I125cf26ba2a7a686f2fa5e87f4c2afceb65f7a05 + bytes = min_t(u32, bytes, gso_max_size -...