diff options
| author | Golan Ben-Ami <[email protected]> | 2016-06-15 09:16:24 +0300 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2016-07-06 09:52:44 +0300 |
| commit | e7c9bd1cc632e924a69bf704385484386bb10933 (patch) | |
| tree | a309fb75b54cf0d75e47c765617b0a73c08acbab /tools/perf/scripts/python | |
| parent | d5d0689aefc59c6a5352ca25d7e6d47d03f543ce (diff) | |
iwlwifi: mvm: write the correct internal TXF index
The TX fifos are arranged consecutively in the SMEM, beginning
with the regular fifos, and tailed by the internal fifos.
In the current code, while trying to read the internal fifos,
we read the fifos beginning with the index zero.
By doing this we actually re-read the regular fifos.
In order to read the internal fifos, start the reading index
from the number of regular fifos configured by the fw.
Signed-off-by: Golan Ben-Ami <[email protected]>
Fixes: 39654cb3a6a2 ("iwlwifi: don't access a nonexistent register upon assert")
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions