mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-04 04:44:37 +08:00
iwlwifi: pcie: fix typo in struct name for a000 devices
commit 3cd1980b0c
("iwlwifi: pcie: introduce new tfd and tb formats")
Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
d55092b481
commit
8352e62ac2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user