[PATCH v2 0/8] ath10k: add per station debugfs support

Kalle Valo kvalo at qca.qualcomm.com
Tue Jan 13 06:15:34 PST 2015


Rajkumar Manoharan <rmanohar at qti.qualcomm.com> 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 delba

Thanks, all eight patches applied to ath.git.

-- 
Kalle Valo



More information about the ath10k mailing list