diff options
author | Jérôme Pouiller <jerome.pouiller@silabs.com> | 2020-01-15 16:55:10 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-01-16 22:59:51 +0300 |
commit | 76b5c2ce468fc7fa5f4daf727bbefa6f8a2d7a02 (patch) | |
tree | 6ff639a883862d9ebe52abe59e0cf116fb2515f9 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 7d2d2bfdeb82c383f5cd8b93b1c234249c1a588c (diff) | |
download | linux-76b5c2ce468fc7fa5f4daf727bbefa6f8a2d7a02.tar.xz |
staging: wfx: fix bss_loss
wfx_tx_confirm_cb() retrieves the station associated with a frame using
the MAC address from the 802.11 header. In the other side wfx_tx()
retrieves the station using sta field from the ieee80211_tx_control
argument.
In wfx_cqm_bssloss_sm(), wfx_tx() was called directly without valid sta
field, but with a valid MAC address in 802.11 header. So there the
processing of this packet was unbalanced and may produce weird bugs.
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200115135338.14374-48-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions