All of lore.kernel.org
 help / color / mirror / Atom feed
* who care of addba/delba in ath10k?
@ 2017-02-19  8:30 KwangMin Kim
  2017-02-20  9:47 ` Kwang Min Kim
  2017-02-20 14:37 ` Shajakhan, Mohammed Shafi (Mohammed Shafi)
  0 siblings, 2 replies; 7+ messages in thread
From: KwangMin Kim @ 2017-02-19  8:30 UTC (permalink / raw)
  To: ath10k; +Cc: gwondori


[-- Attachment #1.1: Type: text/plain, Size: 249 bytes --]

I think that ath10k's addba / delba is doing firmware. Is this right?

And I have another question.

If wmm is on, should TID '0' in agg_status (debugfs on mac80211) always be on?

Thanks.

-----

Kwang-Min Kim(kim25444@naver.com)

+82 10-5521-6393

[-- Attachment #2: Type: text/plain, Size: 146 bytes --]

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 7+ messages in thread

* who care of addba/delba in ath10k?
  2017-02-19  8:30 who care of addba/delba in ath10k? KwangMin Kim
@ 2017-02-20  9:47 ` Kwang Min Kim
  2017-02-22  4:39   ` Kwang Min Kim
  2017-02-20 14:37 ` Shajakhan, Mohammed Shafi (Mohammed Shafi)
  1 sibling, 1 reply; 7+ messages in thread
From: Kwang Min Kim @ 2017-02-20  9:47 UTC (permalink / raw)
  To: ath10k


[-- Attachment #1.1: Type: text/plain, Size: 248 bytes --]

I think that ath10k's addba / delba is doing firmware. Is this right?

And I have another question.

If wmm is on, should TID '0' in agg_status (debugfs on mac80211) always be on?

Thanks.

-----

Kwang-Min Kim(kim25444@naver.com)

+82 10-5521-6393

[-- Attachment #2: Type: text/plain, Size: 146 bytes --]

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: who care of addba/delba in ath10k?
  2017-02-19  8:30 who care of addba/delba in ath10k? KwangMin Kim
  2017-02-20  9:47 ` Kwang Min Kim
@ 2017-02-20 14:37 ` Shajakhan, Mohammed Shafi (Mohammed Shafi)
  2017-02-20 17:50   ` Ben Greear
  1 sibling, 1 reply; 7+ messages in thread
From: Shajakhan, Mohammed Shafi (Mohammed Shafi) @ 2017-02-20 14:37 UTC (permalink / raw)
  To: ath10k, KwangMin Kim; +Cc: gwondori

I think that ath10k's addba / delba is doing firmware. Is this right?

[shafi] http://lxr.free-electrons.com/source/drivers/net/wireless/ath/ath10k/debugfs_sta.c#L144 
yes WMI command is sent to f/w
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: who care of addba/delba in ath10k?
  2017-02-20 14:37 ` Shajakhan, Mohammed Shafi (Mohammed Shafi)
@ 2017-02-20 17:50   ` Ben Greear
  0 siblings, 0 replies; 7+ messages in thread
From: Ben Greear @ 2017-02-20 17:50 UTC (permalink / raw)
  To: Shajakhan, Mohammed Shafi (Mohammed Shafi), ath10k, KwangMin Kim; +Cc: gwondori

Yes, it is in firmware.

Thanks,
Ben

On 02/20/2017 06:37 AM, Shajakhan, Mohammed Shafi (Mohammed Shafi) wrote:
> I think that ath10k's addba / delba is doing firmware. Is this right?
>
> [shafi] http://lxr.free-electrons.com/source/drivers/net/wireless/ath/ath10k/debugfs_sta.c#L144
> yes WMI command is sent to f/w
> _______________________________________________
> ath10k mailing list
> ath10k@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k
>


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: who care of addba/delba in ath10k?
  2017-02-20  9:47 ` Kwang Min Kim
@ 2017-02-22  4:39   ` Kwang Min Kim
  2017-02-23 14:43     ` Ben Greear
  0 siblings, 1 reply; 7+ messages in thread
From: Kwang Min Kim @ 2017-02-22  4:39 UTC (permalink / raw)
  To: greearb; +Cc: ath10k, mohammed


[-- Attachment #1.1: Type: text/plain, Size: 1825 bytes --]

Thank you for your reply.

I will ask another question...

When debugging from "ath10k HTT", I usually see ADDBA requests coming when "associated" is finish.

But very rarely, after "associated" completion, I could see the following behavior.

Associated -> ADDBA -> DELBA -> ADDBA -> DELBA

Is this normal case?

Thanks.

-----

Kim Kwang Min

Mobile +82 010-5521-6393 
Mail gwondori@nimbus.kr 





-----Original Message-----
From: &quot;Ben Greear&quot;<greearb@candelatech.com> 
To: "Shajakhan, Mohammed Shafi (Mohammed Shafi)"<mohammed@qti.qualcomm.com>; "ath10k@lists.infradead.org"<ath10k@lists.infradead.org>; "KwangMin Kim"<kim25444@naver.com>; 
Cc: "gwondori@nimbus.kr"<gwondori@nimbus.kr>; 
Sent: 2017-02-21 (화) 02:50:44
Subject: Re: who care of addba/delba in ath10k?
 
Yes, it is in firmware.

Thanks,
Ben

On 02/20/2017 06:37 AM, Shajakhan, Mohammed Shafi (Mohammed Shafi) wrote:
> I think that ath10k's addba / delba is doing firmware. Is this right?
>
> [shafi] http://lxr.free-electrons.com/source/drivers/net/wireless/ath/ath10k/debugfs_sta.c#L144
> yes WMI command is sent to f/w
> _______________________________________________
> ath10k mailing list
> ath10k@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k
>


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com





-----Original Message-----
From: &quot;KwangMin Kim&quot;<kim25444@naver.com> 
To: <ath10k@lists.infradead.org>; 
Cc: <gwondori@nimbus.kr>; 
Sent: 2017-02-19 (일) 17:30:41
Subject: who care of addba/delba in ath10k?
 
I think that ath10k's addba / delba is doing firmware. Is this right?

And I have another question.

If wmm is on, should TID '0' in agg_status (debugfs on mac80211) always be on?

Thanks.

-----

Kwang-Min Kim(kim25444@naver.com)

+82 10-5521-6393

[-- Attachment #2: Type: text/plain, Size: 146 bytes --]

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: who care of addba/delba in ath10k?
  2017-02-22  4:39   ` Kwang Min Kim
@ 2017-02-23 14:43     ` Ben Greear
  0 siblings, 0 replies; 7+ messages in thread
From: Ben Greear @ 2017-02-23 14:43 UTC (permalink / raw)
  To: Kwang Min Kim; +Cc: ath10k, mohammed

Well, block-ack seems to work for me, so I assume it is working properly...

Thanks,
Ben

On 02/21/2017 08:39 PM, Kwang Min Kim wrote:
> Thank you for your reply.
>
> I will ask another question...
>
> When debugging from "ath10k HTT", I usually see ADDBA requests coming when "associated" is finish.
>
> But very rarely, after "associated" completion, I could see the following behavior.
>
> Associated -> ADDBA -> DELBA -> ADDBA -> DELBA
>
> Is this normal case?
>
> Thanks.
>
> -----
>
> Kim Kwang Min
>
> Mobile +82 010-5521-6393
> Mail gwondori@nimbus.kr
>
>
>
>
>
> -----Original Message-----
> From: &quot;Ben Greear&quot;<greearb@candelatech.com>
> To: "Shajakhan, Mohammed Shafi (Mohammed Shafi)"<mohammed@qti.qualcomm.com>; "ath10k@lists.infradead.org"<ath10k@lists.infradead.org>; "KwangMin Kim"<kim25444@naver.com>;
> Cc: "gwondori@nimbus.kr"<gwondori@nimbus.kr>;
> Sent: 2017-02-21 (화) 02:50:44
> Subject: Re: who care of addba/delba in ath10k?
>
> Yes, it is in firmware.
>
> Thanks,
> Ben
>
> On 02/20/2017 06:37 AM, Shajakhan, Mohammed Shafi (Mohammed Shafi) wrote:
>> I think that ath10k's addba / delba is doing firmware. Is this right?
>>
>> [shafi] http://lxr.free-electrons.com/source/drivers/net/wireless/ath/ath10k/debugfs_sta.c#L144
>> yes WMI command is sent to f/w
>> _______________________________________________
>> ath10k mailing list
>> ath10k@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/ath10k
>>
>
>
>
>
> _______________________________________________
> ath10k mailing list
> ath10k@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k
>

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: who care of addba/delba in ath10k?
@ 2017-02-26 11:02 KwangMin Kim
  0 siblings, 0 replies; 7+ messages in thread
From: KwangMin Kim @ 2017-02-26 11:02 UTC (permalink / raw)
  To: greearb; +Cc: ath10k


[-- Attachment #1.1: Type: text/plain, Size: 2728 bytes --]

Thank you for your reply.

OK, I know.

If so, will the bit-rate be lower if all (the station side)TIDs are closed? 

Thanks.

-----

Kim Kwang Min

Mobile +82 010-5521-6393 
Mail gwondori@nimbus.kr 






>-----Original Message-----
>From: "Ben Greear"<greearb@candelatech.com> 
>To: "Kwang Min Kim"<gwondori@nimbus.kr>; 
>Cc: <ath10k@lists.infradead.org>; <mohammed@qti.qualcomm.com>; 
>Sent: 2017-02-23 (목) 23:43:00
>Subject: Re: who care of addba/delba in ath10k?
> 
>Well, block-ack seems to work for me, so I assume it is working properly...
>
>Thanks,
>Ben
>
>On 02/21/2017 08:39 PM, Kwang Min Kim wrote:
>> Thank you for your reply.
>>
>> I will ask another question...
>>
>> When debugging from "ath10k HTT", I usually see ADDBA requests coming when "associated" is finish.
>>
>> But very rarely, after "associated" completion, I could see the following behavior.
>>
>> Associated -> ADDBA -> DELBA -> ADDBA -> DELBA
>>
>> Is this normal case?
>>
>> Thanks.
>>
>> -----
>>
>> Kim Kwang Min
>>
>> Mobile +82 010-5521-6393
>> Mail gwondori@nimbus.kr
>>
>>
>>
>>
>>
>> -----Original Message-----
>> From: "Ben Greear"<greearb@candelatech.com>
>> To: "Shajakhan, Mohammed Shafi (Mohammed Shafi)"<mohammed@qti.qualcomm.com>; "ath10k@lists.infradead.org"<ath10k@lists.infradead.org>; >"KwangMin Kim"<kim25444@naver.com>;
>> Cc: "gwondori@nimbus.kr"<gwondori@nimbus.kr>;
>> Sent: 2017-02-21 (화) 02:50:44
>> Subject: Re: who care of addba/delba in ath10k?
>>
>> Yes, it is in firmware.
>>
>> Thanks,
>> Ben
>>
>> On 02/20/2017 06:37 AM, Shajakhan, Mohammed Shafi (Mohammed Shafi) wrote:
>>> I think that ath10k's addba / delba is doing firmware. Is this right?
>>>
>>> [shafi] http://lxr.free-electrons.com/source/drivers/net/wireless/ath/ath10k/debugfs_sta.c#L144
>>> yes WMI command is sent to f/w
>>> _______________________________________________
>>> ath10k mailing list
>>> ath10k@lists.infradead.org
>>> http://lists.infradead.org/mailman/listinfo/ath10k
>>>
>>
>>
>>
>>
>> _______________________________________________
>> ath10k mailing list
>> ath10k@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/ath10k
>>
>
>-- 
>Ben Greear <greearb@candelatech.com>
>Candela Technologies Inc  http://www.candelatech.com
>
>
>
>
>-----Original Message-----
>From: "KwangMin Kim"<kim25444@naver.com> 
>To: <ath10k@lists.infradead.org>; 
>Cc: <gwondori@nimbus.kr>; 
>Sent: 2017-02-19 (일) 17:30:41
>Subject: who care of addba/delba in ath10k?
> 
>I think that ath10k's addba / delba is doing firmware. Is this right?
>
>And I have another question.
>
>If wmm is on, should TID '0' in agg_status (debugfs on mac80211) always be on?
>
>Thanks.
>
>-----
>
>Kwang-Min Kim(kim25444@naver.com)
>
>+82 10-5521-6393

[-- Attachment #2: Type: text/plain, Size: 146 bytes --]

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-02-26 11:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-19  8:30 who care of addba/delba in ath10k? KwangMin Kim
2017-02-20  9:47 ` Kwang Min Kim
2017-02-22  4:39   ` Kwang Min Kim
2017-02-23 14:43     ` Ben Greear
2017-02-20 14:37 ` Shajakhan, Mohammed Shafi (Mohammed Shafi)
2017-02-20 17:50   ` Ben Greear
2017-02-26 11:02 KwangMin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.