From: Dan Williams <dcbw@redhat.com>
To: cs010101@gmail.com
Cc: linux-wireless@vger.kernel.org
Subject: Re: Q) what's difference between ../net/ieee80211 and ../net/mac80211 ?
Date: Wed, 05 Mar 2008 13:35:13 -0500 [thread overview]
Message-ID: <1204742113.9378.25.camel@localhost.localdomain> (raw)
In-Reply-To: <001201c87e58$76d98d90$3b0aa8c0@39fb6b6b6f434b3>
On Wed, 2008-03-05 at 09:32 +0900, =EA=B9=80=EC=98=81=ED=99=98 wrote:
> in my case, chipset is an atheros and it used by mac80211, cfg80211.
>=20
> so... what is differ from '../net/ieee80211 driver?
ieee80211 is an older quasi-softmac helper library (note that I didn't
say "stack") that's used by the ipw2100, ipw2200, ipw2915, and ipw3945
drivers. ipw3945 has recently been replaced by iwl3945 which uses
mac80211 instead.
ieee80211 doesn't really do any 802.11 management stuff, it's really
just a bunch of helpers and some code to encapsulate/decapsulate betwee=
n
802.3 frames and 802.11 frames. The ipw2100, 2200, and 2915 are all
half-mac; they do association, scanning, and some management duties in
hardware, but the actual datapath is more softmac.
mac80211 is a purely software 802.11 stack and does almost everything i=
n
software on the host CPU. Most new laptop-class 802.11 chipsets out
today would need to use mac80211.
Dan
>=20
> *^_^*
>=20
>=20
> thanks~
>=20
>=20
> --
> --
> Have a Wonderful Day~~!!
> =EA=B9=80=EC=98=81=ED=99=98 (James-Youngwhan Kim)
> yhkim@corebell.co.kr
> cs010101@gmail.com
> +82-42-863-0340
> +82-10-6753-0987
> HTVC 3106 KAIST, 373-1 Guseong-dong, Yuseong-gu,
> Daejon, Republic of Korea
> 305-701
>=20
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wirel=
ess" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2008-03-05 18:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-05 0:32 Q) what's difference between ../net/ieee80211 and ../net/mac80211 ? 김영환
2008-03-05 18:35 ` Dan Williams [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=1204742113.9378.25.camel@localhost.localdomain \
--to=dcbw@redhat.com \
--cc=cs010101@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