From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail27.static.mailgun.info ([104.130.122.27]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jH8Y0-0005BU-0o for ath11k@lists.infradead.org; Wed, 25 Mar 2020 16:06:29 +0000 MIME-Version: 1.0 Date: Wed, 25 Mar 2020 21:36:07 +0530 From: Maharaja Kennadyrajan Subject: Re: [PATCH v2] ath11k: Add sta debugfs support to configure ADDBA and DELBA In-Reply-To: <87k13a87ez.fsf@kamboji.qca.qualcomm.com> References: <1584707424-31965-1-git-send-email-mkenna@codeaurora.org> <87o8sm87i4.fsf@kamboji.qca.qualcomm.com> <87k13a87ez.fsf@kamboji.qca.qualcomm.com> Message-ID: <16ea33de1074b67efb578f41d74c6491@codeaurora.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "ath11k" Errors-To: ath11k-bounces+kvalo=adurom.com@lists.infradead.org To: Kalle Valo Cc: ath11k@lists.infradead.org On 2020-03-24 14:18, Kalle Valo wrote: > Kalle Valo writes: > >> Maharaja Kennadyrajan 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 >>> --- >>> >>> 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