diff options
author | 2014-01-08 09:08:33 +0100 | |
---|---|---|
committer | 2014-01-10 11:54:49 +0200 | |
commit | 51ab1a0a09a894442e8b091d57222c5425b6d700 (patch) | |
tree | 8413d7b71d461d61d839eec21aa450c8512ff092 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ath10k: add debugfs file to control firmware dbglog (diff) | |
download | linux-dev-51ab1a0a09a894442e8b091d57222c5425b6d700.tar.xz linux-dev-51ab1a0a09a894442e8b091d57222c5425b6d700.zip |
ath10k: add set_bitrate_mask callback
Add set_bitrate_mask callback. Currently
ath10k HW is limited to handle only single
fixed rate setting or limit number of used
spatial streams.
Example:
iw wlanX set bitrates legacy-5 ht-mcs-5 vht-mcs-5 2:9
will setup VHT, nss=2, mcs=9
iw wlanX set bitrates legacy-5 18 ht-mcs-5 vht-mcs-5
will setup legacy, 18Mbps
iw wlanX set bitrates legacy-5 ht-mcs-5 3 vht-mcs-5
will setup HT, nss=1, mcs=3
iw wlanX set bitrate legacy-5 ht-mcs-5 vht-mcs-5 1:0-9
will setup nss=1
iw wlanX set bitrate legacy-5 ht-mcs-5 vht-mcs-5 1:0-9 2:0-9
will setup nss=2
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions