From: Nikolai ZHUBR <zhubr@mail.ru>
To: "Luis R. Rodriguez" <mcgrof@gmail.com>
Cc: linux-wireless@vger.kernel.org,
Gaurav Jauhar <gaurav.jauhar@atheros.com>,
Senthil Balasubramanian <senthilkumar@atheros.com>
Subject: Re[6]: cfg80211 and rfkill_backport question.
Date: Wed, 16 Sep 2009 14:12:45 +0300 [thread overview]
Message-ID: <186931799.20090916141245@mail.ru> (raw)
In-Reply-To: <43e72e890909151817u375cd847r7cdf78b53f26fe2f@mail.gmail.com>
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@mail.ru> 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
prev parent reply other threads:[~2009-09-16 10:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-16 0:09 cfg80211 and rfkill_backport question Nikolai ZHUBR
2009-09-15 23:14 ` Luis R. Rodriguez
2009-09-16 0:46 ` Re[2]: " Nikolai ZHUBR
2009-09-15 23:49 ` Luis R. Rodriguez
2009-09-16 2:02 ` Re[4]: " Nikolai ZHUBR
2009-09-16 1:17 ` Luis R. Rodriguez
2009-09-16 9:14 ` Re[6]: " Nikolai ZHUBR
2009-09-16 15:24 ` Hin-Tak Leung
2009-09-16 22:11 ` Re[8]: " Nikolai ZHUBR
2009-09-16 11:12 ` Nikolai ZHUBR [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=186931799.20090916141245@mail.ru \
--to=zhubr@mail.ru \
--cc=gaurav.jauhar@atheros.com \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@gmail.com \
--cc=senthilkumar@atheros.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.