diff options
| author | Helmut Schaa <[email protected]> | 2011-03-28 13:34:15 +0200 |
|---|---|---|
| committer | John W. Linville <[email protected]> | 2011-04-04 16:20:03 -0400 |
| commit | 351151e8ace033fe3b1977516b32a6c76e9a3f6d (patch) | |
| tree | 1ed47898915a94933affc830c8a6c4fba2fcee7f /tools/perf/scripts/python | |
| parent | 9e33a3553821418b2c4f53d09311476c55176b13 (diff) | |
rt2x00: Fix STBC transmissions to STAs with Rx STBC > 1
For STBC transmissions rt2x00 used the number of RxSTBC streams the
destination STA indicates in its HT capabilities as STBC value in
the TXWI.
However, the legacy drivers and our own comment in rt2800.h suggest
that the STBC field in the TXWI only allows a value of 0 or 1.
The values 2 and 3 are reserved (probably for future devices).
And indeed, STBC transmissions to STAs indicating more then 1
RxSTBC stream fail when the STBC field is set to something >1.
Fix this by only setting the STBC field to 1 when STBC should be
used.
Signed-off-by: Helmut Schaa <[email protected]>
Acked-by: Gertjan van Wingerde <[email protected]>
Signed-off-by: Ivo van Doorn <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions