Re: [PATCH 1/2] rtl8xxxu: Fix rtl8723bu driver reload issue

2016-10-03 Thread Kalle Valo
Jes Sorensen writes: > Greg KH writes: >> On Fri, Sep 30, 2016 at 07:35:17PM -0400, jes.soren...@redhat.com wrote: >>> From: Jes Sorensen >>> >>> The generic disable_rf() function clears bits 22 and 23 in >>> REG_RX_WAIT_CCA,

Re: [PATCH 1/2] rtl8xxxu: Fix rtl8723bu driver reload issue

2016-10-01 Thread Jes Sorensen
Greg KH writes: > On Fri, Sep 30, 2016 at 07:35:17PM -0400, jes.soren...@redhat.com wrote: >> From: Jes Sorensen >> >> The generic disable_rf() function clears bits 22 and 23 in >> REG_RX_WAIT_CCA, however we did not re-enable them again in >>

Re: [PATCH 1/2] rtl8xxxu: Fix rtl8723bu driver reload issue

2016-10-01 Thread Greg KH
On Fri, Sep 30, 2016 at 07:35:17PM -0400, jes.soren...@redhat.com wrote: > From: Jes Sorensen > > 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

[PATCH 1/2] rtl8xxxu: Fix rtl8723bu driver reload issue

2016-09-30 Thread Jes . Sorensen
From: Jes Sorensen 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.