Maharaja Kennadyrajan <mkenna@xxxxxxxxxxxxxx> wrote: > 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@xxxxxxxxxxxxxx> > Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx> Patch applied to ath-next branch of ath.git, thanks. 9556dfa28b4d ath11k: Add sta debugfs support to configure ADDBA and DELBA -- https://patchwork.kernel.org/patch/11459699/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches