Linux wireless drivers development
 help / color / mirror / Atom feed
* Q) what's difference between ../net/ieee80211 and ../net/mac80211 ?
@ 2008-03-05  0:32 김영환
  2008-03-05 18:35 ` Dan Williams
  0 siblings, 1 reply; 2+ messages in thread
From: 김영환 @ 2008-03-05  0:32 UTC (permalink / raw)
  To: linux-wireless

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)
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

--
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Q) what's difference between ../net/ieee80211 and ../net/mac80211 ?
  2008-03-05  0:32 Q) what's difference between ../net/ieee80211 and ../net/mac80211 ? 김영환
@ 2008-03-05 18:35 ` Dan Williams
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Williams @ 2008-03-05 18:35 UTC (permalink / raw)
  To: cs010101; +Cc: linux-wireless

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-05 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05  0:32 Q) what's difference between ../net/ieee80211 and ../net/mac80211 ? 김영환
2008-03-05 18:35 ` Dan Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox