2008-03-05 00:33:03

by 김영환

[permalink] [raw]
Subject: Q) what's difference between ../net/ieee80211 and ../net/mac80211 ?

in my case, chipset is an atheros and it used by mac80211, cfg80211.

so... what is differ from '../net/ieee80211 driver?


*^_^*


thanks~


--
--
Have a Wonderful Day~~!!
=B1=E8=BF=B5=C8=AF (James-Youngwhan Kim)
[email protected]
[email protected]
+82-42-863-0340
+82-10-6753-0987
HTVC 3106 KAIST, 373-1 Guseong-dong, Yuseong-gu,
Daejon, Republic of Korea
305-701


2008-03-05 18:38:19

by Dan Williams

[permalink] [raw]
Subject: Re: Q) what's difference between ../net/ieee80211 and ../net/mac80211 ?

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)
> [email protected]
> [email protected]
> +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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html