diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2016-11-02 06:22:53 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-03 20:19:16 +0100 |
commit | 0b53df1e9e07984a93ad3454686740fc2f4d6b4b (patch) | |
tree | 1e91a713ef147a8656cf6a529d52f5feba213772 | |
parent | inet: fix sleeping inside inet_wait_for_connect() (diff) | |
download | linux-0b53df1e9e07984a93ad3454686740fc2f4d6b4b.tar.xz linux-0b53df1e9e07984a93ad3454686740fc2f4d6b4b.zip |
cxgb4: correct device ID of T6 adapter
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h b/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h index 50812a1d67bd..df1573c4a659 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h +++ b/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h @@ -178,9 +178,9 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN CH_PCI_ID_TABLE_FENTRY(0x6005), CH_PCI_ID_TABLE_FENTRY(0x6006), CH_PCI_ID_TABLE_FENTRY(0x6007), + CH_PCI_ID_TABLE_FENTRY(0x6008), CH_PCI_ID_TABLE_FENTRY(0x6009), CH_PCI_ID_TABLE_FENTRY(0x600d), - CH_PCI_ID_TABLE_FENTRY(0x6010), CH_PCI_ID_TABLE_FENTRY(0x6011), CH_PCI_ID_TABLE_FENTRY(0x6014), CH_PCI_ID_TABLE_FENTRY(0x6015), |