Re: [PATCH] rtlwifi: Add more checks for get_btc_status callback

2014-11-14 Thread Mike Galbraith
On Wed, 2014-11-12 at 21:03 -0200, Murilo Opsfelder Araújo wrote: > Hello, Larry. > > I'd like to let you know that next-20141112 brought my rtl8192se > device back to life. I didn't need to build rtlwifi_new to be able to > connect to my wifi network. It worked just fine. Yeah, unsurprisingly

Re: [PATCH] rtlwifi: Add more checks for get_btc_status callback

2014-11-12 Thread Murilo Opsfelder Araújo
On Thu, Nov 6, 2014 at 9:30 PM, Larry Finger wrote: > On 11/06/2014 04:52 PM, Murilo Opsfelder Araujo wrote: >> >> On 11/06/2014 09:40 AM, Murilo Opsfelder Araujo wrote: >>> >>> On 11/05/2014 04:12 PM, Larry Finger wrote: On 11/05/2014 03:16 AM, Mike Galbraith wrote: > > On Wed,

Re: [PATCH] rtlwifi: Add more checks for get_btc_status callback

2014-11-06 Thread Larry Finger
On 11/06/2014 04:52 PM, Murilo Opsfelder Araujo wrote: On 11/06/2014 09:40 AM, Murilo Opsfelder Araujo wrote: On 11/05/2014 04:12 PM, Larry Finger wrote: On 11/05/2014 03:16 AM, Mike Galbraith wrote: On Wed, 2014-10-29 at 23:30 -0500, Larry Finger wrote: On 10/29/2014 06:28 PM, Murilo Opsfeld

Re: [PATCH] rtlwifi: Add more checks for get_btc_status callback

2014-11-06 Thread Murilo Opsfelder Araujo
On 11/06/2014 09:40 AM, Murilo Opsfelder Araujo wrote: > On 11/05/2014 04:12 PM, Larry Finger wrote: >> On 11/05/2014 03:16 AM, Mike Galbraith wrote: >>> On Wed, 2014-10-29 at 23:30 -0500, Larry Finger wrote: On 10/29/2014 06:28 PM, Murilo Opsfelder Araujo wrote: > This is a complement of

Re: [PATCH] rtlwifi: Add more checks for get_btc_status callback

2014-11-06 Thread Murilo Opsfelder Araujo
On 11/05/2014 04:12 PM, Larry Finger wrote: > On 11/05/2014 03:16 AM, Mike Galbraith wrote: >> On Wed, 2014-10-29 at 23:30 -0500, Larry Finger wrote: >>> On 10/29/2014 06:28 PM, Murilo Opsfelder Araujo wrote: This is a complement of commit 08054200117a95afc14c3d2ed3a38bf4e345bf78 "rtlwifi

Re: [PATCH] rtlwifi: Add more checks for get_btc_status callback

2014-11-05 Thread Mike Galbraith
On Wed, 2014-11-05 at 12:12 -0600, Larry Finger wrote: > Yes, I am aware that rtl8192se is failing, and now that I am back from > vacation, > I am working on the problem. If you want to use the driver with kernel 3.18, > clone the repo at http://github.com/lwfinger/rtlwifi_new.git and build and

Re: [PATCH] rtlwifi: Add more checks for get_btc_status callback

2014-11-05 Thread Larry Finger
On 11/05/2014 03:16 AM, Mike Galbraith wrote: On Wed, 2014-10-29 at 23:30 -0500, Larry Finger wrote: On 10/29/2014 06:28 PM, Murilo Opsfelder Araujo wrote: This is a complement of commit 08054200117a95afc14c3d2ed3a38bf4e345bf78 "rtlwifi: Add check for get_btc_status callback". With this patch,

Re: [PATCH] rtlwifi: Add more checks for get_btc_status callback

2014-11-05 Thread Mike Galbraith
On Wed, 2014-10-29 at 23:30 -0500, Larry Finger wrote: > On 10/29/2014 06:28 PM, Murilo Opsfelder Araujo wrote: > > This is a complement of commit 08054200117a95afc14c3d2ed3a38bf4e345bf78 > > "rtlwifi: Add check for get_btc_status callback". > > > > With this patch, next-20141029 at least does not

Re: [PATCH] rtlwifi: Add more checks for get_btc_status callback

2014-10-29 Thread Larry Finger
On 10/29/2014 06:28 PM, Murilo Opsfelder Araujo wrote: This is a complement of commit 08054200117a95afc14c3d2ed3a38bf4e345bf78 "rtlwifi: Add check for get_btc_status callback". With this patch, next-20141029 at least does not panic with rtl8192se device. This patch is OK, but as noted it is n

[PATCH] rtlwifi: Add more checks for get_btc_status callback

2014-10-29 Thread Murilo Opsfelder Araujo
This is a complement of commit 08054200117a95afc14c3d2ed3a38bf4e345bf78 "rtlwifi: Add check for get_btc_status callback". With this patch, next-20141029 at least does not panic with rtl8192se device. Signed-off-by: Murilo Opsfelder Araujo --- Hello, everyone. Some days ago, I reported [1] that