commit | 051337d412d2127735b65d7752e99a7478c96db3 | [log] [tgz] |
---|---|---|
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | Tue Jan 08 22:50:09 2019 +0000 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Feb 01 14:07:31 2019 +0200 |
tree | 0ffbb8f28bf7985b2e7b3be49ba9c39a43a4f508 | |
parent | 28484b6b37ba4a500a2913e5b64456a5717259cf [diff] |
rtlwifi: Don't clear num_rx_inperiod too early This patch moves the clearing of rtlpriv->link_info.num_rx_inperiod in rtl_watchdog_wq_callback a few lines down. This is necessary since it is still used in the "AP off" detection code block. Moved clearing of rtlpriv->link_info.num_rx_inperiod as well for consistency. Signed-off-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>