Commit b6356d43 authored by Mike Golant's avatar Mike Golant Committed by Luca Coelho
Browse files

iwlwifi: add support for BZ-U and BZ-L HW

parent 5c7fd9dc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -503,6 +503,8 @@ static const struct pci_device_id iwl_hw_card_ids[] = {

/* Bz devices */
	{IWL_PCI_DEVICE(0x2727, PCI_ANY_ID, iwl_bz_trans_cfg)},
	{IWL_PCI_DEVICE(0xA840, PCI_ANY_ID, iwl_bz_trans_cfg)},
	{IWL_PCI_DEVICE(0x7740, PCI_ANY_ID, iwl_bz_trans_cfg)},
#endif /* CONFIG_IWLMVM */

	{0}