We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1d834 commit 3a9061cCopy full SHA for 3a9061c
drivers/staging/rtl8723bs/hal/rtl8723b_dm.c
@@ -12,9 +12,6 @@
12
13
/* Global var */
14
15
-static void dm_CheckStatistics(struct adapter *Adapter)
16
-{
17
-}
18
/* */
19
/* functions */
20
@@ -144,10 +141,6 @@ void rtl8723b_HalDmWatchDog(struct adapter *Adapter)
144
141
(hw_init_completed == true) &&
145
142
((!fw_current_in_ps_mode) && bFwPSAwake)
146
143
) {
147
- /* */
148
- /* Calculate Tx/Rx statistics. */
149
150
- dm_CheckStatistics(Adapter);
151
rtw_hal_check_rxfifo_full(Adapter);
152
}
153
0 commit comments