ath10k + iw set bitrates is causing FW crash

2016-07-07 Thread Krishna Chaitanya
Hi, I am using ath10k driver with qca988x hw2.0 and trying to limit it to use VHT MCS0-7 (iw set bitrates vht-mcs-5 2:0-7). But the command it causing a FW crash, if it disable HW_HAS_RATE_CONTROL no crash is observed but it still uses MCS9. tree: wireless-drivers-next: commit#535633a5ba4ea2504f

Re: ath10k + iw set bitrates is causing FW crash

2016-07-07 Thread Krishna Chaitanya
On Thu, Jul 7, 2016 at 10:19 PM, Krishna Chaitanya wrote: > Hi, > > I am using ath10k driver with qca988x hw2.0 and trying to limit it to use > VHT MCS0-7 (iw set bitrates vht-mcs-5 2:0-7). > > But the command it causing a FW crash, if it disable HW_HAS_RATE_CONTROL > no crash is observed but it s

Re: ath10k + iw set bitrates is causing FW crash

2016-07-08 Thread Manoharan, Rajkumar
>> I am using ath10k driver with qca988x hw2.0 and trying to limit it to use >> VHT MCS0-7 (iw set bitrates vht-mcs-5 2:0-7). >> >> But the command it causing a FW crash, if it disable HW_HAS_RATE_CONTROL >> no crash is observed but it still uses MCS9. >> >> tree: wireless-drivers-next: commit#5356

Re: ath10k + iw set bitrates is causing FW crash

2016-07-08 Thread Krishna Chaitanya
On Fri, Jul 8, 2016 at 3:39 PM, Manoharan, Rajkumar wrote: >>> I am using ath10k driver with qca988x hw2.0 and trying to limit it to use >>> VHT MCS0-7 (iw set bitrates vht-mcs-5 2:0-7). >>> >>> But the command it causing a FW crash, if it disable HW_HAS_RATE_CONTROL >>> no crash is observed but i

Re: ath10k + iw set bitrates is causing FW crash

2016-07-08 Thread Manoharan, Rajkumar
sta->addr); -Rajkumar From: Krishna Chaitanya Sent: Friday, July 8, 2016 5:26 PM To: Manoharan, Rajkumar Cc: linux-wireless; ath10k Subject: Re: ath10k + iw set bitrates is causing FW crash On Fri, Jul 8, 2016 at 3:39 PM, Manoharan,

Re: ath10k + iw set bitrates is causing FW crash

2016-07-08 Thread Krishna Chaitanya
w. Thanks for the fixes and prompt reply. ____ >> From: Krishna Chaitanya >> Sent: Friday, July 8, 2016 5:26 PM >> To: Manoharan, Rajkumar >> Cc: linux-wireless; ath10k >> Subject: Re: ath10k + iw set bitrates is causing FW crash >

Re: ath10k + iw set bitrates is causing FW crash

2016-07-08 Thread Krishna Chaitanya
e? > > After reboot i dont see the "unencrypted" packet issue, i will do > some more testing on limiting the rates, currently in my setup its > not reaching MCS9 so cannot verify now. > > Thanks for the fixes and prompt reply. > __

Re: ath10k + iw set bitrates is causing FW crash

2016-07-08 Thread Ben Greear
On 07/08/2016 08:39 AM, Krishna Chaitanya wrote: Also can you please tell me how to make ath10k use minstrel rc, its needed for comparative purposes? Is disable HW_RATE_CONTROL enough or does it need more changes? It cannot be done. You have to use whatever rate-ctrl is baked into the firmwar

Re: ath10k + iw set bitrates is causing FW crash

2016-07-08 Thread Krishna Chaitanya
On Fri, Jul 8, 2016 at 9:12 PM, Ben Greear wrote: > On 07/08/2016 08:39 AM, Krishna Chaitanya wrote: > >> Also can you please tell me how to make ath10k use minstrel rc, its needed >> for comparative purposes? Is disable HW_RATE_CONTROL enough or does >> it need more changes? > > > It cannot be do

Re: ath10k + iw set bitrates is causing FW crash

2016-07-08 Thread Ben Greear
On 07/08/2016 08:44 AM, Krishna Chaitanya wrote: On Fri, Jul 8, 2016 at 9:12 PM, Ben Greear wrote: On 07/08/2016 08:39 AM, Krishna Chaitanya wrote: Also can you please tell me how to make ath10k use minstrel rc, its needed for comparative purposes? Is disable HW_RATE_CONTROL enough or does it

Re: ath10k + iw set bitrates is causing FW crash

2016-07-08 Thread Krishna Chaitanya
On Fri, Jul 8, 2016 at 9:17 PM, Ben Greear wrote: > On 07/08/2016 08:44 AM, Krishna Chaitanya wrote: >> >> On Fri, Jul 8, 2016 at 9:12 PM, Ben Greear >> wrote: >>> >>> On 07/08/2016 08:39 AM, Krishna Chaitanya wrote: >>> Also can you please tell me how to make ath10k use minstrel rc, its >>>

Re: ath10k + iw set bitrates is causing FW crash

2016-07-08 Thread Krishna Chaitanya
ya > Sent: Friday, July 8, 2016 5:26 PM > To: Manoharan, Rajkumar > Cc: linux-wireless; ath10k > Subject: Re: ath10k + iw set bitrates is causing FW crash > > On Fri, Jul 8, 2016 at 3:39 PM, Manoharan, Rajkumar > wrote: >>>> I am using ath10k driver wit

Re: ath10k + iw set bitrates is causing FW crash

2016-07-20 Thread Krishna Chaitanya
re-inserting the > > module, > > do i need to do a reboot for each driver change? > > After reboot i dont see the "unencrypted" packet issue, i will do > some more testing on limiting the rates, currently in my setup its > not reaching MCS9 so cannot verify now. > > Thanks for the fixes and prompt reply

Re: ath10k + iw set bitrates is causing FW crash

2016-07-22 Thread Manoharan, Rajkumar
[...] > >> Thanks Raj, with this fix the rates are 0-7, if i disable then i am > >> seeing 0-9, so its > >> working. > >> > >> But i am seeing a weird issues, the moment i give bitrates command, > >> ath10k no longer does encryption, link is a WPA2-PSK: AES. Even after > >> interface up/down > >> i

Re: ath10k + iw set bitrates is causing FW crash

2016-07-22 Thread Krishna Chaitanya
On Fri, Jul 22, 2016 at 5:29 PM, Manoharan, Rajkumar wrote: > [...] >> >> Thanks Raj, with this fix the rates are 0-7, if i disable then i am >> >> seeing 0-9, so its >> >> working. >> >> >> >> But i am seeing a weird issues, the moment i give bitrates command, >> >> ath10k no longer does encrypti

Re: ath10k + iw set bitrates is causing FW crash

2016-07-22 Thread Ben Greear
On 07/22/2016 05:21 AM, Krishna Chaitanya wrote: On Fri, Jul 22, 2016 at 5:29 PM, Manoharan, Rajkumar wrote: [...] Thanks Raj, with this fix the rates are 0-7, if i disable then i am seeing 0-9, so its working. But i am seeing a weird issues, the moment i give bitrates command, ath10k no lo

Re: ath10k + iw set bitrates is causing FW crash

2016-07-22 Thread Krishna Chaitanya
On Fri, Jul 22, 2016 at 7:02 PM, Ben Greear wrote: > > > On 07/22/2016 05:21 AM, Krishna Chaitanya wrote: >> >> On Fri, Jul 22, 2016 at 5:29 PM, Manoharan, Rajkumar >> wrote: >>> >>> [...] >> >> Thanks Raj, with this fix the rates are 0-7, if i disable then i am >> seeing 0-9, so its