Question about IMCFGLO timeouts workaround

Rafał Miłecki zajec5 at gmail.com
Wed May 4 06:41:08 EDT 2011


drivers/net/wireless/b43/main.c
b43_imcfglo_timeouts_workaround

Does it make sense to have here code:
case SSB_BUSTYPE_SSB:
	tmp &= ~SSB_IMCFGLO_REQTO;
	tmp &= ~SSB_IMCFGLO_SERTO;
	tmp |= 0x53;
	break;

Does SSB_BUSTYPE_SSB still have PCI core? I though SSB_BUSTYPE_SSB is
some kind of native, not attached with PCI host.

-- 
Rafał



More information about the b43-dev mailing list