Hello Luis, I've solved (kind of) symbol issues by simply commenting out the CONFIG_RFKILL_BACKPORT=m (because I don't actually need the rfkill thing yet). Finally mac80211 loads fine. Now I'm getting an error when loading the RT61 driver: PCI: Unable to reserve mem region #1:8000@40000000 for device 0000:00:02.0 rt2x00pci -> rt2x00pci_probe: Error - PCI request regions failed. rt61pci: probe of 0000:00:02.0 failed with error -16 Any hints? Wednesday, September 16, 2009, 4:17:40 AM, Luis R. Rodriguez wrote: > On Tue, Sep 15, 2009 at 7:02 PM, Nikolai ZHUBR <zhubr@xxxxxxx> wrote: >> Wednesday, September 16, 2009, 2:49:04 AM, Luis R. Rodriguez wrote: >>> Check if the symbols you had issues with were indeed exported via >>> EXPORT_SYMBOL() on the compat code (compat/*.c) or if whether they >>> were defined via a header as an inline (compat/*.h). >> As far as I can see, the symbols in question are not defined as inline: > They don't have to be exported and inlined, its one or the other. So > just ensure you your symbols you have conflicts with as > EXPORT_SYMBOL() or defined in a header file as inline. You will > obviously also need the header declaration if defined as an > EXPORT_SYMBOL. > Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html