commit | b9af9355112773a1777fc7ba876882293f0fa58f | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Fri Nov 18 16:44:24 2016 -0500 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Nov 25 11:51:00 2016 +0200 |
tree | 20921d1f00cc8cb8c171be67908357762726d74b | |
parent | cf7cfef0646274fdfafb2387f38d7acaa0dba8cf [diff] |
rtl8xxxu: Fix rtl8723bu driver reload issue The generic disable_rf() function clears bits 22 and 23 in REG_RX_WAIT_CCA, however we did not re-enable them again in rtl8723b_enable_rf() This resolves the problem for me with 8723bu devices not working again after reloading the driver. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>