linux/net/mac802154
Nam Cao 96b2fb3e6d mac802154: Switch to use hrtimer_setup()
hrtimer_setup() takes the callback function pointer as argument and
initializes the timer completely.

Replace hrtimer_init() and the open coded initialization of
hrtimer::function with the new setup mechanism.

Patch was created by using Coccinelle.

Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/5a89d86092d11a1d0cdfdfaa33990aaf7f1eec87.1738746872.git.namcao@linutronix.de
2025-02-18 10:35:44 +01:00
..
cfg.c
cfg.h
driver-ops.h
ieee802154_i.h net: mac802154: Remove unused ieee802154_mlme_tx_one 2024-12-30 16:40:38 +01:00
iface.c mac802154: check local interfaces before deleting sdata list 2024-11-19 10:54:17 +01:00
Kconfig
llsec.c
llsec.h
mac_cmd.c
main.c mac802154: Switch to use hrtimer_setup() 2025-02-18 10:35:44 +01:00
Makefile
mib.c
rx.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
scan.c mac802154: Fix potential RCU dereference issue in mac802154_scan_worker 2024-09-24 11:53:50 +02:00
trace.c
trace.h
tx.c net: mac802154: Remove unused ieee802154_mlme_tx_one 2024-12-30 16:40:38 +01:00
util.c