Re: [PATCH 2/7] ath10k: implement chanctx API

2015-01-30 Thread Michal Kazior
On 30 January 2015 at 09:41, Michal Kazior michal.kaz...@tieto.com wrote: The chanctx API will allow ath10k to support multi-channel operation. [...] Oh snap. I just rebased to latest master and Yanbo's patch for 2G VHT makes this patch null deref on assoc. I'll respin a v2 later. MichaƂ --

[PATCH 2/7] ath10k: implement chanctx API

2015-01-30 Thread Michal Kazior
The chanctx API will allow ath10k to support multi-channel operation. Signed-off-by: Michal Kazior michal.kaz...@tieto.com --- drivers/net/wireless/ath/ath10k/core.c | 1 + drivers/net/wireless/ath/ath10k/core.h | 8 + drivers/net/wireless/ath/ath10k/htt_rx.c | 87 -