]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: pcie: fix support for transmitting SKBs with fraglist
authorJohannes Berg <johannes.berg@intel.com>
Fri, 1 Jun 2018 08:32:55 +0000 (10:32 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 20 Nov 2019 10:28:55 +0000 (12:28 +0200)
commit4f4925a7b23428d5719af5a2816586b2a0e6fd19
tree3638ad545d0c22db9cb266d8d17b59dd12137213
parenteac08515d7bd665d306cefa2ae9f3de56e875d6d
iwlwifi: pcie: fix support for transmitting SKBs with fraglist

When the implementation of SKBs with fraglist was sent upstream, a
merge-damage occurred and half the patch was not applied.

This causes problems in high-throughput situations with AX200 devices,
including low throughput and FW crashes.

Introduce the part that was missing from the original patch.

Fixes: 0044f1716c4d ("iwlwifi: pcie: support transmitting SKBs with fraglist")
Cc: stable@vger.kernel.org # 4.20+
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
[ This patch was created by me, but the original author of this code
  is Johannes, so his s-o-b is here and he's marked as the author of
  the patch. ]
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c