2012/10/1 Hauke Mehrtens <hauke@xxxxxxxxxx>: > @@ -396,6 +391,11 @@ void __devinit bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc) > > bcma_info(bus, "PCIEcore in host mode found\n"); > > + if (bus->sprom.boardflags_lo & BCMA_CORE_PCI_BFL_NOPCI) { > + bcma_info(bus, "This PCIE core is disabled and not working\n"); > + return; > + } > + I wonder if this bit is also valid for client mode PCIe core. Maybe this check should be put directly in bcma_core_pci_init? -- Rafał -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html