Re: [PATCH] ath10k: use proper service bitmap size

2014-09-10 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: On 32bit systems the bitmap was too small and it was overwritten partially by the stat completion structure. This was visible with 10.2 firmware only due to it using a few of the last service ids. Signed-off-by: Michal Kazior

[PATCH] ath10k: use proper service bitmap size

2014-09-04 Thread Michal Kazior
On 32bit systems the bitmap was too small and it was overwritten partially by the stat completion structure. This was visible with 10.2 firmware only due to it using a few of the last service ids. Signed-off-by: Michal Kazior michal.kaz...@tieto.com --- drivers/net/wireless/ath/ath10k/core.h |