]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: pcie: use iwl_tx_cmd_gen2 and not iwl_tx_cmd
authorSara Sharon <sara.sharon@intel.com>
Mon, 20 Aug 2018 07:34:04 +0000 (10:34 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 20 Dec 2018 07:01:16 +0000 (09:01 +0200)
commitdabb0983349d6320197b88eeb9bb91d3fa0ed855
tree8ad545a78af9636c8bd0acd7abaa23433cf3f01e
parent90a8c74a8d7b0f3fdceadadb155da137e3b157cf
iwlwifi: pcie: use iwl_tx_cmd_gen2 and not iwl_tx_cmd

When building AMSDU for gen2, code uses iwl_tx_cmd. The only
updated field is len, which is in the same location, so it
is not a bug. However, it is a bit confusing and error prone,
so change it.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c