From: Michael Buesch <mb@bu3sch.de>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: pommnitz@yahoo.com, linux-wireless@vger.kernel.org
Subject: Re: Linux capable PDA with WLAN NIC that supports access point mode?
Date: Tue, 8 Jul 2008 21:52:48 +0200 [thread overview]
Message-ID: <200807082152.48856.mb@bu3sch.de> (raw)
In-Reply-To: <1215544570.3670.7.camel@johannes.berg>
On Tuesday 08 July 2008 21:16:10 Johannes Berg wrote:
> > Is there a CompactFlash based WLAN NIC with an AP capable Linux driver?
>
> There's a Broadcom CF card. I have one, but it's not DMA capable in
> Linux because of the PCMCIA subsystem (IIRC).
Well, there are several issues. One is that DMA on PCMCIA is damn ugly.
It was derived from ISA-DMA, so it is ugly by definition. Second thing is
that linux-pcmcia doesn't support it, as it doesn't fit into any way linux
does DMA. It could possibly get implemented with the old ISA DMA API, but
I don't think anybody is going to make that crufty code portable and usable.
Third thing is that not all PCMCIA host controllers capable of
driving the card can do DMA in hardware. The third point actually is the major
point for me to not try to implement it. The PCMCIA bridge chip in my laptop
does not support DMA.
I guess a PDA with a CF slot can do DMA, however. (Otherwise the designer has
to get kicked ass). So it would theoretically be possible to get DMA working
with some ugly hacks. Probably even without touching the damn ugly linux-pcmcia
code a lot.
--
Greetings Michael.
prev parent reply other threads:[~2008-07-08 19:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-08 18:58 Linux capable PDA with WLAN NIC that supports access point mode? Joerg Pommnitz
2008-07-08 19:16 ` Johannes Berg
2008-07-08 19:28 ` Joerg Pommnitz
2008-07-08 19:29 ` Johannes Berg
2008-07-09 2:30 ` Pavel Roskin
2008-07-08 19:50 ` Joerg Pommnitz
2008-07-08 19:52 ` Johannes Berg
2008-07-08 19:52 ` Michael Buesch [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=200807082152.48856.mb@bu3sch.de \
--to=mb@bu3sch.de \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=pommnitz@yahoo.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 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).