Re: rtlwifi: Fix enter/exit power_save

2016-11-29 Thread Kalle Valo
alled directly. > > Fixes: a269913c52ad ("rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to > use work queue") > Reported-by: Ping-Ke Shih <pks...@realtek.com> > Signed-off-by: Larry Finger <larry.fin...@lwfinger.net> > Cc: Stable <sta...@vger.kern

[PATCH] rtlwifi: Fix enter/exit power_save

2016-11-26 Thread Larry Finger
In commit a5ffbe0a1993 ("rtlwifi: Fix scheduling while atomic bug") and commit a269913c52ad ("rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to use work queue"), an error was introduced in the power-save routines due to the fact that leaving PS was delayed by the use of a work queue. This