diff for duplicates of <20120216145558.GB30486@ubuntu-macmini> diff --git a/a/1.txt b/N1/1.txt index 0e06be4..a4be048 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ On Tue, Feb 07, 2012 at 09:29:21AM -0600, Seth Forshee wrote: -> On Tue, Feb 07, 2012 at 08:08:11AM +0100, Rafa? Mi?ecki wrote: -> > W dniu 7 lutego 2012 08:04 u?ytkownik Rafa? Mi?ecki <zajec5@gmail.com> napisa?: +> On Tue, Feb 07, 2012 at 08:08:11AM +0100, Rafał Miłecki wrote: +> > W dniu 7 lutego 2012 08:04 użytkownik Rafał Miłecki <zajec5@gmail.com> napisał: > > > 2012/2/6 Seth Forshee <seth.forshee@canonical.com>: > > >> On Mon, Feb 06, 2012 at 08:13:11PM +0100, Hauke Mehrtens wrote: > > >>> According to the Broadcom SDK for SoCs bcma_pcicore_serdes_workaround() @@ -20,19 +20,19 @@ On Tue, Feb 07, 2012 at 09:29:21AM -0600, Seth Forshee wrote: > > > --- a/drivers/bcma/main.c > > > +++ b/drivers/bcma/main.c > > > @@ -267,6 +267,13 @@ int bcma_bus_resume(struct bcma_bus *bus) -> > > ? ? ? ? ? ? ? ?bcma_core_chipcommon_init(&bus->drv_cc); -> > > ? ? ? ?} +> > > bcma_core_chipcommon_init(&bus->drv_cc); +> > > } > > > -> > > + ? ? ? /* Init PCIE core */ -> > > + ? ? ? core = bcma_find_core(bus, BCMA_CORE_PCIE); -> > > + ? ? ? if (core) { -> > > + ? ? ? ? ? ? ? bus->drv_pci.setup_done = false; -> > > + ? ? ? ? ? ? ? bcma_core_pci_init(&bus->drv_pci); -> > > + ? ? ? } +> > > + /* Init PCIE core */ +> > > + core = bcma_find_core(bus, BCMA_CORE_PCIE); +> > > + if (core) { +> > > + bus->drv_pci.setup_done = false; +> > > + bcma_core_pci_init(&bus->drv_pci); +> > > + } > > > + -> > > ? ? ? ?list_for_each_entry(core, &bus->cores, list) { -> > > ? ? ? ? ? ? ? ?struct device_driver *drv = core->dev.driver; -> > > ? ? ? ? ? ? ? ?if (drv) { +> > > list_for_each_entry(core, &bus->cores, list) { +> > > struct device_driver *drv = core->dev.driver; +> > > if (drv) { > > > > If this doesn't work out of box, please check if reloading b43 is > > enough. AFAIR now you have to reload both: b43 and bcma. I hope this diff --git a/a/content_digest b/N1/content_digest index 934c08e..4b692db 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -9,7 +9,7 @@ "ref\0CACna6rzDNfAMq+RHO_X2y3XrQn3oFJxmf9bsR2mzLs3X0o3dSA@mail.gmail.com\0" "ref\020120207152921.GA8464@ubuntu-macmini\0" "From\0Seth Forshee <seth.forshee@canonical.com>\0" - "Subject\0BCM4331 fails to associate after suspend\0" + "Subject\0Re: BCM4331 fails to associate after suspend\0" "Date\0Thu, 16 Feb 2012 08:55:58 -0600\0" "To\0Rafa\305\202 Mi\305\202ecki <zajec5@gmail.com>\0" "Cc\0Hauke Mehrtens <hauke@hauke-m.de>" @@ -20,8 +20,8 @@ "\00:1\0" "b\0" "On Tue, Feb 07, 2012 at 09:29:21AM -0600, Seth Forshee wrote:\n" - "> On Tue, Feb 07, 2012 at 08:08:11AM +0100, Rafa? Mi?ecki wrote:\n" - "> > W dniu 7 lutego 2012 08:04 u?ytkownik Rafa? Mi?ecki <zajec5@gmail.com> napisa?:\n" + "> On Tue, Feb 07, 2012 at 08:08:11AM +0100, Rafa\305\202 Mi\305\202ecki wrote:\n" + "> > W dniu 7 lutego 2012 08:04 u\305\274ytkownik Rafa\305\202 Mi\305\202ecki <zajec5@gmail.com> napisa\305\202:\n" "> > > 2012/2/6 Seth Forshee <seth.forshee@canonical.com>:\n" "> > >> On Mon, Feb 06, 2012 at 08:13:11PM +0100, Hauke Mehrtens wrote:\n" "> > >>> According to the Broadcom SDK for SoCs bcma_pcicore_serdes_workaround()\n" @@ -41,19 +41,19 @@ "> > > --- a/drivers/bcma/main.c\n" "> > > +++ b/drivers/bcma/main.c\n" "> > > @@ -267,6 +267,13 @@ int bcma_bus_resume(struct bcma_bus *bus)\n" - "> > > ? ? ? ? ? ? ? ?bcma_core_chipcommon_init(&bus->drv_cc);\n" - "> > > ? ? ? ?}\n" + "> > > \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240bcma_core_chipcommon_init(&bus->drv_cc);\n" + "> > > \302\240 \302\240 \302\240 \302\240}\n" "> > >\n" - "> > > + ? ? ? /* Init PCIE core */\n" - "> > > + ? ? ? core = bcma_find_core(bus, BCMA_CORE_PCIE);\n" - "> > > + ? ? ? if (core) {\n" - "> > > + ? ? ? ? ? ? ? bus->drv_pci.setup_done = false;\n" - "> > > + ? ? ? ? ? ? ? bcma_core_pci_init(&bus->drv_pci);\n" - "> > > + ? ? ? }\n" + "> > > + \302\240 \302\240 \302\240 /* Init PCIE core */\n" + "> > > + \302\240 \302\240 \302\240 core = bcma_find_core(bus, BCMA_CORE_PCIE);\n" + "> > > + \302\240 \302\240 \302\240 if (core) {\n" + "> > > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 bus->drv_pci.setup_done = false;\n" + "> > > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 bcma_core_pci_init(&bus->drv_pci);\n" + "> > > + \302\240 \302\240 \302\240 }\n" "> > > +\n" - "> > > ? ? ? ?list_for_each_entry(core, &bus->cores, list) {\n" - "> > > ? ? ? ? ? ? ? ?struct device_driver *drv = core->dev.driver;\n" - "> > > ? ? ? ? ? ? ? ?if (drv) {\n" + "> > > \302\240 \302\240 \302\240 \302\240list_for_each_entry(core, &bus->cores, list) {\n" + "> > > \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240struct device_driver *drv = core->dev.driver;\n" + "> > > \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240if (drv) {\n" "> > \n" "> > If this doesn't work out of box, please check if reloading b43 is\n" "> > enough. AFAIR now you have to reload both: b43 and bcma. I hope this\n" @@ -72,4 +72,4 @@ "\n" Seth -21a7f066e76e50f59aadb76f5303028679992e0fb07b2bf7d4c3f651e0ac6507 +b20f3d2b509b601cbd3e5627cb8dedc028ca33e8adfce29073c01b376ca14fe1
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.