Files
linux/drivers
Jérôme Pouiller 76b5c2ce46 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>
2020-01-16 20:59:51 +01:00
..
2019-10-24 08:45:31 +03:00
2019-10-31 11:24:52 +01:00
2019-11-03 19:54:53 +01:00
2020-01-16 20:59:51 +01:00
2019-12-05 13:18:54 -08:00
2019-11-14 13:06:33 +08:00