]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: pcie: don't pad AMSDU packets
authorSara Sharon <sara.sharon@intel.com>
Mon, 2 Jul 2018 11:48:15 +0000 (14:48 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 8 Oct 2018 07:28:33 +0000 (10:28 +0300)
commitea74b19d7773eb09e34bce8a8a08ed3b4e5c4296
tree4824fc70cc258e32ce83d983bc6f6e5b6928c007
parent8c7fd6a365eb5b2647b2c01918730d0a485b9f85
iwlwifi: pcie: don't pad AMSDU packets

When we TX AMSDU, we shouldn't pad the packet. In the past,
we were building AMSDU only in transport layer, and gen2
functions are built based on this. However, now that op mode
may build AMSDUs, we need to take care of padding also in
gen2 "non-pcie-amsdu" path.

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