]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: use bool for traffic_status_watchdog()
authorKhushal Chitturi <khushalchitturi@gmail.com>
Thu, 12 Feb 2026 14:21:29 +0000 (19:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 15:19:20 +0000 (16:19 +0100)
commit2b8144be611f6ebf69df5415c03370219e70fdc7
treef8e47696a3691c20f6882651613884e62eada8a3
parentd357fe8446798bf76c2dd0f876cf0bb09bccfca9
staging: rtl8723bs: use bool for traffic_status_watchdog()

This patch changes the return type of traffic_status_watchdog(),
its parameter, and its local variables from u8 to bool as they
represent boolean state.

Signed-off-by: Khushal Chitturi <khushalchitturi@gmail.com>
Link: https://patch.msgid.link/20260212142131.28131-6-khushalchitturi@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_cmd.c
drivers/staging/rtl8723bs/core/rtw_mlme.c
drivers/staging/rtl8723bs/include/rtw_mlme_ext.h