Search Linux Wireless

Re: [PATCH] bcma: do not initialize deactivated PCIe cores

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux