mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-09 05:21:55 +02:00
brcm47xx-2.6: reset the pci core at boot time (see #464)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6868 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
536ce77ab8
commit
4c29ee0335
@ -383,8 +383,7 @@ void ssb_pcicore_init(struct ssb_pcicore *pc)
|
|||||||
if (!dev)
|
if (!dev)
|
||||||
return;
|
return;
|
||||||
bus = dev->bus;
|
bus = dev->bus;
|
||||||
if (!ssb_device_is_enabled(dev))
|
ssb_device_enable(dev, 0);
|
||||||
ssb_device_enable(dev, 0);
|
|
||||||
|
|
||||||
#ifdef CONFIG_SSB_PCICORE_HOSTMODE
|
#ifdef CONFIG_SSB_PCICORE_HOSTMODE
|
||||||
pc->hostmode = pcicore_is_in_hostmode(pc);
|
pc->hostmode = pcicore_is_in_hostmode(pc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user