Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8352e62a authored by Sara Sharon's avatar Sara Sharon Committed by Luca Coelho
Browse files

iwlwifi: pcie: fix typo in struct name for a000 devices



commit 3cd1980b ("iwlwifi: pcie: introduce new tfd and tb formats")
Signed-off-by: default avatarSara Sharon <sara.sharon@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent d55092b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2953,7 +2953,7 @@ struct iwl_trans *iwl_trans_pcie_alloc(struct pci_dev *pdev,

	if (cfg->use_tfh) {
		trans_pcie->max_tbs = IWL_TFH_NUM_TBS;
		trans_pcie->tfd_size = sizeof(struct iwl_tfh_tb);
		trans_pcie->tfd_size = sizeof(struct iwl_tfh_tfd);

	} else {
		trans_pcie->max_tbs = IWL_NUM_OF_TBS;