1
1
openwrt/package
Mieczyslaw Nalewaj ac9ea1be34 mt76: use hrtimer_setup() in mt76x02u beacon init
Replace the two-step hrtimer initialization pattern with a single
consolidated call to hrtimer_setup().
The legacy approach of calling hrtimer_init() followed by manual
assignment to timer.function is deprecated. The new hrtimer_setup()
helper atomically initializes the timer and assigns the callback
function in one operation, eliminating the race-prone intermediate
state where the timer is initialized but lacks a handler.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/21078
Signed-off-by: Robert Marko <robimarko@gmail.com>
2026-03-28 11:51:10 +01:00
..
base-files base-files: sysupgrade: avoid cat missing conffiles_static 2026-03-19 17:50:12 +01:00
boot mediatek: add cudy wr3000h-v1 ubootmod 2026-03-27 11:27:39 +01:00
devel gdb: add CPPFLAGS 2026-02-17 22:16:58 +01:00
firmware qualcommax: ipq60xx: add Link NN6000v1/v2 support 2026-03-21 22:22:39 +01:00
kernel mt76: use hrtimer_setup() in mt76x02u beacon init 2026-03-28 11:51:10 +01:00
libs wolfssl: update to 5.9.0 2026-03-28 10:24:25 +01:00
network netifd: use procd_add_reload_data_trigger 2026-03-27 20:04:04 +01:00
system procd: add support for multiple arguments to procd_add_reload_data_trigger 2026-03-27 20:04:04 +01:00
utils ucode: nl80211: fix HE MCS parsing 2026-03-23 10:57:16 +01:00
Makefile build: propagate errors when generating apk indexes 2026-02-13 21:17:21 +01:00