All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maharaja Kennadyrajan <mkenna@codeaurora.org>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: ath11k@lists.infradead.org
Subject: Re: [PATCH v2] ath11k: Add sta debugfs support to configure ADDBA and DELBA
Date: Wed, 25 Mar 2020 21:36:07 +0530	[thread overview]
Message-ID: <16ea33de1074b67efb578f41d74c6491@codeaurora.org> (raw)
In-Reply-To: <87k13a87ez.fsf@kamboji.qca.qualcomm.com>

On 2020-03-24 14:18, Kalle Valo wrote:
> Kalle Valo <kvalo@codeaurora.org> writes:
> 
>> Maharaja Kennadyrajan <mkenna@codeaurora.org> writes:
>> 
>>> Add support to test aggregation procedures (addba/addba_resp/delba)
>>> manually by adding the required callbacks in sta debugfs files.
>>> 
>>> To enable automatic aggregation in target,
>>> 
>>>     echo 0 > /sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
>>> 	     stations/XX:XX:XX:XX:XX:XX/aggr_mode
>>> 
>>> For manual mode,
>>> 
>>>     echo 1 > /sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
>>> 	     stations/XX:XX:XX:XX:XX:XX/aggr_mode
>>> 
>>> To send addba response,
>>>     echo 0 25 > /sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
>>> 		stations/XX:XX:XX:XX:XX:XX/addba_resp
>>> 
>>> To send addba,
>>>     echo 1 32 > /sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
>>> 		stations/XX:XX:XX:XX:XX:XX/addba
>>> 
>>> To send delba,
>>>     echo 0 1 37 > /sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
>>> 		  stations/XX:XX:XX:XX:XX:XX/delba
>>> 
>>> Signed-off-by: Maharaja Kennadyrajan <mkenna@codeaurora.org>
>>> ---
>>> 
>>>    V2: Reabsed on top of latest ath.git tree.
>> 
>> You need to cc linux-wireless, otherwise the patch won't go to 
>> patchwork
>> and is practically invisible to me.
> 
> So please resend this as v3 and cc linux-wireless.

[Maha]: Sure Kalle, will do the same.

Regards,
Maha

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

      reply	other threads:[~2020-03-25 16:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-20 12:30 [PATCH v2] ath11k: Add sta debugfs support to configure ADDBA and DELBA Maharaja Kennadyrajan
2020-03-24  8:46 ` Kalle Valo
2020-03-24  8:48   ` Kalle Valo
2020-03-25 16:06     ` Maharaja Kennadyrajan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=16ea33de1074b67efb578f41d74c6491@codeaurora.org \
    --to=mkenna@codeaurora.org \
    --cc=ath11k@lists.infradead.org \
    --cc=kvalo@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.