···2733 * dangling pins on the second core. Be careful2734 * and ignore these cores here.2735 */2736- if (bcm->pci_dev->device != 0x4324) {2737- dprintk(KERN_INFO PFX "Ignoring additional 802.11 core.\n");02738 continue;2739 }2740 }
···2733 * dangling pins on the second core. Be careful2734 * and ignore these cores here.2735 */2736+ if (1 /*bcm->pci_dev->device != 0x4324*/ ) {2737+ /* TODO: A PHY */2738+ dprintk(KERN_INFO PFX "Ignoring additional 802.11a core.\n");2739 continue;2740 }2741 }