976-ssb_increase_pci_delay.patch 368 B

1234567891011
  1. --- a/drivers/ssb/driver_pcicore.c
  2. +++ b/drivers/ssb/driver_pcicore.c
  3. @@ -394,7 +394,7 @@ static void ssb_pcicore_init_hostmode(st
  4. /* Give some time to the PCI controller to configure itself with the new
  5. * values. Not waiting at this point causes crashes of the machine.
  6. */
  7. - mdelay(10);
  8. + mdelay(300);
  9. register_pci_controller(&ssb_pcicore_controller);
  10. }