Skip to content

Commit 3a9061c

Browse files
mistraubegregkh
authored andcommitted
staging: rtl8723bs: dm_CheckStatistics is empty
The function dm_CheckStatistics is empty, remove it. Signed-off-by: Michael Straube <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ea1d834 commit 3a9061c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/staging/rtl8723bs/hal/rtl8723b_dm.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212

1313
/* Global var */
1414

15-
static void dm_CheckStatistics(struct adapter *Adapter)
16-
{
17-
}
1815
/* */
1916
/* functions */
2017
/* */
@@ -144,10 +141,6 @@ void rtl8723b_HalDmWatchDog(struct adapter *Adapter)
144141
(hw_init_completed == true) &&
145142
((!fw_current_in_ps_mode) && bFwPSAwake)
146143
) {
147-
/* */
148-
/* Calculate Tx/Rx statistics. */
149-
/* */
150-
dm_CheckStatistics(Adapter);
151144
rtw_hal_check_rxfifo_full(Adapter);
152145
}
153146

0 commit comments

Comments
 (0)