mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() Until this patch, when TXing non-sta the pending_frames counter wasn't increased, but it WAS decreased in iwl_mvm_rx_tx_cmd_single(), what makes it negative in certain conditions. This in turn caused much trouble when we need to remove the station since we won't be waiting forever until pending_frames gets 0. In certain cases, we were exhausting the station table even in BSS mode, because we had a lot of stale stations. Increase the counter also in iwl_mvm_tx_skb_non_sta() after a successful TX to avoid this outcome. CC: <stable@vger.kernel.org> [3.18+] Signed-off-by: Liad Kaufman <liad.kaufman@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> |
||
---|---|---|
.. | ||
binding.c | ||
coex.c | ||
coex_legacy.c | ||
constants.h | ||
d3.c | ||
debugfs-vif.c | ||
debugfs.c | ||
debugfs.h | ||
fw-api-coex.h | ||
fw-api-d3.h | ||
fw-api-mac.h | ||
fw-api-power.h | ||
fw-api-rs.h | ||
fw-api-rx.h | ||
fw-api-scan.h | ||
fw-api-sta.h | ||
fw-api-stats.h | ||
fw-api-tof.h | ||
fw-api-tx.h | ||
fw-api.h | ||
fw-dbg.c | ||
fw-dbg.h | ||
fw.c | ||
led.c | ||
mac-ctxt.c | ||
mac80211.c | ||
Makefile | ||
mvm.h | ||
nvm.c | ||
offloading.c | ||
ops.c | ||
phy-ctxt.c | ||
power.c | ||
quota.c | ||
rs.c | ||
rs.h | ||
rx.c | ||
rxmq.c | ||
scan.c | ||
sf.c | ||
sta.c | ||
sta.h | ||
tdls.c | ||
testmode.h | ||
time-event.c | ||
time-event.h | ||
tof.c | ||
tof.h | ||
tt.c | ||
tx.c | ||
utils.c |