Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306774
b: refs/heads/master
c: 22291ce
h: refs/heads/master
v: v3
  • Loading branch information
Hauke Mehrtens authored and John W. Linville committed May 16, 2012
1 parent 11c6c8f commit e8890c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a06f2109917e19f41af4d19144ce993247b4eff2
refs/heads/master: 22291cea073d342109a527055dabcf7edef8fa7c
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/brcm80211/brcmsmac/aiutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,9 @@ bool ai_deviceremoved(struct si_pub *sih)

sii = (struct si_info *)sih;

if (sii->icbus->hosttype != BCMA_HOSTTYPE_PCI)
return false;

pci_read_config_dword(sii->pcibus, PCI_VENDOR_ID, &w);
if ((w & 0xFFFF) != PCI_VENDOR_ID_BROADCOM)
return true;
Expand Down

0 comments on commit e8890c1

Please sign in to comment.