]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: pcie: set cmd_len in the correct place
authorSara Sharon <sara.sharon@intel.com>
Mon, 20 Aug 2018 07:07:32 +0000 (10:07 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 14 Dec 2018 11:04:49 +0000 (13:04 +0200)
commit956343a61226e1af3d146386f70a059feb567d0c
tree5c5b41a62502f7fc7c7331b35a65335148298ba9
parent7969454b37f25d38a48bdbd9932e8aa49ed2ed77
iwlwifi: pcie: set cmd_len in the correct place

command len is set too early in the code, since when building
AMSDU, the size changes. This causes the byte count table to
have the wrong size.

Fixes: a0ec0169b7a9 ("iwlwifi: support new tx api")
Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c