]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
staging: rtl8723bs: dm_CheckStatistics is empty
authorMichael Straube <straube.linux@gmail.com>
Tue, 22 Jul 2025 07:41:14 +0000 (09:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jul 2025 09:31:19 +0000 (11:31 +0200)
The function dm_CheckStatistics is empty, remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20250722074115.35044-7-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/rtl8723b_dm.c

index d1c875cf8e6d232ce1bad5f3f9dea0fa7f4656ec..928226679ab4591f46dee6d37a9ce6202aa9644e 100644 (file)
@@ -12,9 +12,6 @@
 
 /*  Global var */
 
-static void dm_CheckStatistics(struct adapter *Adapter)
-{
-}
 /*  */
 /*  functions */
 /*  */
@@ -144,10 +141,6 @@ void rtl8723b_HalDmWatchDog(struct adapter *Adapter)
                (hw_init_completed == true) &&
                ((!fw_current_in_ps_mode) && bFwPSAwake)
        ) {
-               /*  */
-               /*  Calculate Tx/Rx statistics. */
-               /*  */
-               dm_CheckStatistics(Adapter);
                rtw_hal_check_rxfifo_full(Adapter);
        }