[PATCH 1/2] ath10k: workaround qca6174 sta powersave issue

2015-02-13 Thread Michal Kazior
qca6184 WLAN.RM.2.0-00073 has a bug in sta powersave state machine and requires peer param to be poked to enable the powersave. Calling this unconditionally should be safe for other chips/firmwares. Signed-off-by: Michal Kazior --- drivers/net/wireless/ath/ath10k/mac.c | 12 driver

Re: [PATCH 1/2] ath10k: workaround qca6174 sta powersave issue

2015-03-04 Thread Kalle Valo
Michal Kazior writes: > qca6184 WLAN.RM.2.0-00073 has a bug in sta > powersave state machine and requires peer param to > be poked to enable the powersave. > > Calling this unconditionally should be safe for > other chips/firmwares. > > Signed-off-by: Michal Kazior Thanks, both patches applied.