Re: [PATCH] ath10k: Fix rfc1042 header retrieval in QCA4019 with eth decap mode

2016-09-12 Thread Thiagarajan, Vasanthakumar
On Monday 12 September 2016 09:01 PM, Valo, Kalle wrote: > Vasanthakumar Thiagarajan writes: > >> Chipset from QCA99X0 onwards (QCA99X0, QCA9984, QCA4019 & future) >> rx_hdr_status is not padded to align in 4-byte boundary. Define a >> new hw_params field to handle

Re: [PATCH 4/4] ath10k: Enable support for QCA9984

2016-08-05 Thread Thiagarajan, Vasanthakumar
it available. You may need to create one, please refer https://wireless.wiki.kernel.org/en/users/drivers/ath10k/backports for information to create your own backports tarball. Vasanth > > On Wed, May 11, 2016 at 12:43 PM, Thiagarajan, Vasanthakumar > <vthia...@qti.qua

Re: [PATCH 2/4] ath10k: Add provision for Rx descriptor abstraction

2016-07-27 Thread Thiagarajan, Vasanthakumar
On Wednesday 27 July 2016 06:13 PM, Michal Kazior wrote: > On 27 July 2016 at 14:36, Vasanthakumar Thiagarajan > wrote: >> There are slight differences in Rx hw descriptor information >> among different chips. So far driver does not use those new >> information for any

Re: [PATCH 1/2] ath10k: Define an enum to enable cycle counter wraparound logic

2016-06-04 Thread Thiagarajan, Vasanthakumar
>> --- a/drivers/net/wireless/ath/ath10k/core.c >> +++ b/drivers/net/wireless/ath/ath10k/core.c >> @@ -55,7 +55,7 @@ static const struct ath10k_hw_params >> ath10k_hw_params_list[] = { >> .name = "qca988x hw2.0", >> .patch_load_addr = QCA988X_HW_2_0_PATCH_LOAD_ADDR, >>

Re: [PATCH 4/4] ath10k: Enable support for QCA9984

2016-05-11 Thread Thiagarajan, Vasanthakumar
On Wednesday 11 May 2016 12:23 PM, Archisman Maitra wrote: > Hi, > > Thank you for providing me the binaries. > > I have started working on the mac80211 driver and have some questions:- > > a) I am working with OpenWRT framework, which uses mac80211 driver dated > 1-10-2016. I have noticed that