From: Daniel Golle <daniel.golle@gmail.com>
To: linux-wireless@vger.kernel.org
Subject: some ideas about pseudo_adhoc (as rtl8187 cannot do beacon generation)
Date: Fri, 12 Feb 2010 09:08:14 +0100 [thread overview]
Message-ID: <4B750C6E.9000208@gmail.com> (raw)
hi!
i've got an rtl8187l and want to use it in Ad-Hoc mode (actually
pseudo_adhoc would actually even be enough!). i researched a little bit
and found out that ad-hoc-, master- and mesh-mode are unsupported due to
the lack of beacon generation support in the mac80211 version of the
rtl8187 driver.
as the softmac card probably doesn't support generating beacons in
firmware, does that mean we need to setup a beacon generation fork
repeatedly calling
ieee80211_beacon_get
and then sending the beacon? (very roughly, i'm guessing after reading
any 802.11 code for 20 minutes)
probably a timing-critical task which needs to bypass the usual buffers
and such i can imagine...
anyway. pseudo_adhoc (i.e. ad-hoc without beacons) is a nice thing and
works great for use with user-space mesh-routing solutions such as OLSR,
batman or babel. however, i guess as pseudo_adhoc is violating the
standards (though it is very usefull) it might never be supported by
anything else than proprietary drivers made by Atheros (afaik).
so. i want to use this hardware (RTL8187L) for this task (OLSR). any
ideas? where should i start wasting my brain-time?
ot: anyone ever tried compiling the FullMAC r8187 driver (aircrack) for
Atheros/MIPS systems?
cheers
daniel
next reply other threads:[~2010-02-12 8:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-12 8:08 Daniel Golle [this message]
2010-02-13 8:31 ` some ideas about pseudo_adhoc (as rtl8187 cannot do beacon generation) Benoit PAPILLAULT
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=4B750C6E.9000208@gmail.com \
--to=daniel.golle@gmail.com \
--cc=linux-wireless@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).