Re: [PATCH v2 0/8] ath10k: add per station debugfs support
From: Kalle Valo <hidden>
Date: 2015-01-13 14:15:48
Rajkumar Manoharan [off-list ref] writes:
The following patches add support for sending addba/addba response/delba
for every station entries. These commands are purely for testing purpose.
Before using any of the above aggregation commands, the mode should be moved
to manual. To disable automatic aggretation in target
echo 1 >/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
stations/XX:XX:XX:XX:XX:XX/aggr_mode
Then for sending addba request,
echo 1 32 >/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
stations/XX:XX:XX:XX:XX:XX/addba
To send addba response,
echo 0 25 >/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
stations/XX:XX:XX:XX:XX:XX/addba_resp
And for delba,
echo 0 1 37 >/sys/kernel/debug/ieee80211/phyX/netdev:wlanX/
stations/XX:XX:XX:XX:XX:XX/delba
v2: Rebased on top of 10.2.4 WMI ops support
Rajkumar Manoharan (8):
ath10k: add wmi support for addba_clear_resp
ath10k: add wmi support for addba_send
ath10k: add wmi support for addba_set_resp
ath10k: add wmi support for delba_send
ath10k: Implement sta_add_debugfs
ath10k: add support to send addba request
ath10k: add support to send addba response
ath10k: add support to send delbaThanks, all eight patches applied to ath.git. -- Kalle Valo