summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2023-06-13 16:46:55 +0300
committerKalle Valo <quic_kvalo@quicinc.com>2023-06-21 21:07:22 +0300
commit2aa083acea9f61be3280184384551178f510ff51 (patch)
tree16c5732c3f4fc658152df1f0288a84c614d381ea /scripts/patch-kernel
parent7f6ee56ca0df0484338d12cd142fb5ebde8875a9 (diff)
downloadkernel-2aa083acea9f61be3280184384551178f510ff51.tar.gz
wifi: ath9k: convert msecs to jiffies where needed
Since 'ieee80211_queue_delayed_work()' expects timeout in jiffies and not milliseconds, 'msecs_to_jiffies()' should be used in 'ath_restart_work()' and '__ath9k_flush()'. Fixes: d63ffc45c5d3 ("ath9k: rename tx_complete_work to hw_check_work") Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru> Acked-by: Toke Høiland-Jørgensen <toke@toke.dk> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://lore.kernel.org/r/20230613134655.248728-1-dmantipov@yandex.ru
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
t/arch/arm/probes?h=linux-6.12.y&id=adf8a61a940c49fea6fab9c3865f2b69b8ceef28'>kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu 2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu 2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu 2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu 2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds 2021-06-07ARM: 9087/1: kprobes: test-thumb: fix for LLVM_IAS=1Nick Desaulniers 2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao 2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra 2021-05-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds 2021-04-18ARM: 9071/1: uprobes: Don't hook on thumb instructionsFredrik Strupe 2021-03-25ARM: 9062/1: kprobes: rewrite test-arm.c in UALNick Desaulniers 2021-03-25ARM: 9061/1: kprobes: fix UNPREDICTABLE warningsNick Desaulniers 2020-10-27ARM: 9019/1: kprobes: Avoid fortify_panic() when copying optprobe templateAndrew Jeffery 2020-09-08arm: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva