Re: [PATCH] rtl8xxxu: Fix failure to reconnect to AP

2016-11-22 Thread Jes Sorensen
Barry Day writes: > On Mon, Nov 21, 2016 at 11:57:22AM -0500, Jes Sorensen wrote: >> Jes Sorensen writes: >> >> void rtl8xxxu_gen1_init_aggregation(struct rtl8xxxu_priv *priv) >> >> @@ -4515,6 +4523,8 @@ rtl8xxxu_bss_info_changed(struct ieee80211_hw

Re: [PATCH] rtl8xxxu: Fix failure to reconnect to AP

2016-11-22 Thread Barry Day
On Mon, Nov 21, 2016 at 11:57:22AM -0500, Jes Sorensen wrote: > Jes Sorensen writes: > > Barry Day writes: > >> The rtl8192e and rtl8723 fail to reconnect to an AP after being > >> disconnected. Ths patch fixes that without affecting the rtl8192cu. >

Re: [PATCH] rtl8xxxu: Fix failure to reconnect to AP

2016-11-21 Thread Jes Sorensen
Jes Sorensen writes: > Barry Day writes: >> The rtl8192e and rtl8723 fail to reconnect to an AP after being >> disconnected. Ths patch fixes that without affecting the rtl8192cu. >> I don't have a rtl8723 to test but it has been tested on a rtl8192eu.

Re: [PATCH] rtl8xxxu: Fix failure to reconnect to AP

2016-11-14 Thread Jes Sorensen
Barry Day writes: > On Mon, Nov 14, 2016 at 08:24:45AM -0500, Jes Sorensen wrote: >> Barry Day writes: >> > The rtl8192e and rtl8723 fail to reconnect to an AP after being >> > disconnected. Ths patch fixes that without affecting the rtl8192cu. >> > I

Re: [PATCH] rtl8xxxu: Fix failure to reconnect to AP

2016-11-14 Thread Barry Day
On Mon, Nov 14, 2016 at 08:24:45AM -0500, Jes Sorensen wrote: > Barry Day writes: > > The rtl8192e and rtl8723 fail to reconnect to an AP after being > > disconnected. Ths patch fixes that without affecting the rtl8192cu. > > I don't have a rtl8723 to test but it has been

Re: [PATCH] rtl8xxxu: Fix failure to reconnect to AP

2016-11-14 Thread Jes Sorensen
Barry Day writes: > The rtl8192e and rtl8723 fail to reconnect to an AP after being > disconnected. Ths patch fixes that without affecting the rtl8192cu. > I don't have a rtl8723 to test but it has been tested on a rtl8192eu. > After going through the orginal realtek code for

[PATCH] rtl8xxxu: Fix failure to reconnect to AP

2016-11-13 Thread Barry Day
The rtl8192e and rtl8723 fail to reconnect to an AP after being disconnected. Ths patch fixes that without affecting the rtl8192cu. I don't have a rtl8723 to test but it has been tested on a rtl8192eu. After going through the orginal realtek code for the rtl8723, I am confident the patch is