Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78988
b: refs/heads/master
c: 3567c11
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and David S. Miller committed Jan 28, 2008
1 parent 9d16bb5 commit a7fc107
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f21ad2a4f7f66855dae600ddd635ff5fb299bbd
refs/heads/master: 3567c11d7212cd9d29a16c39b4f2da86c4f94aee
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-3945.c
Original file line number Diff line number Diff line change
Expand Up @@ -2279,8 +2279,8 @@ void iwl_hw_cancel_deferred_work(struct iwl_priv *priv)
}

struct pci_device_id iwl_hw_card_ids[] = {
{PCI_DEVICE(0x8086, 0x4222)},
{PCI_DEVICE(0x8086, 0x4227)},
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4222)},
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4227)},
{0}
};

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-4965.c
Original file line number Diff line number Diff line change
Expand Up @@ -4690,8 +4690,8 @@ void iwl_hw_cancel_deferred_work(struct iwl_priv *priv)
}

struct pci_device_id iwl_hw_card_ids[] = {
{PCI_DEVICE(0x8086, 0x4229)},
{PCI_DEVICE(0x8086, 0x4230)},
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4229)},
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4230)},
{0}
};

Expand Down

0 comments on commit a7fc107

Please sign in to comment.