mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 12:16:56 +07:00
76f3915b4c
The problem is that priv->assoc_id is set when assoc. resp frame is received. But, when it is set, LQ cmd is still not sent to the uCode, it is done from bg_post_assoc, which is called through a workqueue. On the other hand, when a tx arrives at the moment when this flag is set, but LQ is still not sent, the if condition in tx_skb will not hold and the frame will not be dropped. Thus, it will be sent through which is still not in the sta table in the uCoded. Signed-off-by: Gregory Greenman <gregory.greenman@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
iwl3945-base.c | ||
iwl4965-base.c | ||
iwl-3945-commands.h | ||
iwl-3945-debug.h | ||
iwl-3945-hw.h | ||
iwl-3945-io.h | ||
iwl-3945-rs.c | ||
iwl-3945-rs.h | ||
iwl-3945.c | ||
iwl-3945.h | ||
iwl-4965-commands.h | ||
iwl-4965-debug.h | ||
iwl-4965-hw.h | ||
iwl-4965-io.h | ||
iwl-4965-rs.c | ||
iwl-4965-rs.h | ||
iwl-4965.c | ||
iwl-4965.h | ||
iwl-helpers.h | ||
iwl-prph.h | ||
iwl-spectrum.h | ||
Kconfig | ||
Makefile |