From a604d7454cd81740bb3f2ada108e37284477c822 Mon Sep 17 00:00:00 2001 From: hauke Date: Mon, 19 Dec 2011 23:33:03 +0000 Subject: kernel: update bcma and ssb to version master-2011-12-16 from wireless-testing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29574 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../brcm47xx/patches-3.0/230-ssb_pci_sprom.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 target/linux/brcm47xx/patches-3.0/230-ssb_pci_sprom.patch (limited to 'target/linux/brcm47xx/patches-3.0/230-ssb_pci_sprom.patch') diff --git a/target/linux/brcm47xx/patches-3.0/230-ssb_pci_sprom.patch b/target/linux/brcm47xx/patches-3.0/230-ssb_pci_sprom.patch deleted file mode 100644 index 30f133bb5..000000000 --- a/target/linux/brcm47xx/patches-3.0/230-ssb_pci_sprom.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/drivers/ssb/driver_pcicore.c -+++ b/drivers/ssb/driver_pcicore.c -@@ -516,10 +516,14 @@ static void ssb_pcicore_pcie_setup_worka - - static void __devinit ssb_pcicore_init_clientmode(struct ssb_pcicore *pc) - { -- ssb_pcicore_fix_sprom_core_index(pc); -+ struct ssb_device *pdev = pc->dev; -+ struct ssb_bus *bus = pdev->bus; -+ -+ if (bus->bustype == SSB_BUSTYPE_PCI) -+ ssb_pcicore_fix_sprom_core_index(pc); - - /* Disable PCI interrupts. */ -- ssb_write32(pc->dev, SSB_INTVEC, 0); -+ ssb_write32(pdev, SSB_INTVEC, 0); - - /* Additional PCIe always once-executed workarounds */ - if (pc->dev->id.coreid == SSB_DEV_PCIE) { -- cgit v1.2.3