DragonFly commits List (threaded) for 2004-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/conf files src/sys/i386/conf LINT src/sys/netproto Makefile src/sys/netproto/802_11 Makefile ieee80211.c ieee80211.h ieee80211_crypto.c ieee80211_crypto.h ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h ...
joerg 2004/07/26 09:30:17 PDT
DragonFly src repository
Modified files:
sys/conf files
sys/i386/conf LINT
sys/netproto Makefile
Added files:
sys/netproto/802_11 Makefile ieee80211.c ieee80211.h
ieee80211_crypto.c ieee80211_crypto.h
ieee80211_input.c ieee80211_ioctl.c
ieee80211_ioctl.h ieee80211_node.c
ieee80211_node.h ieee80211_output.c
ieee80211_proto.c ieee80211_proto.h
ieee80211_radiotap.h ieee80211_var.h
if_wavelan_ieee.h
Log:
Import generic 802.11 layer.
Choose netproto/802_11 instead of net80211 as source location.
Use token API instead mutexing. The locking heavenly depends on atomic
Operations and needs additional work.
Use POSIX int types.
Add dev/wi/if_wavelan_ieee.h as netproto/802_11/if_wavelan_ieee.h, since
this is used by all wireless interfaces and beside the variable and constant
naming mostly wi(4) indepedent.
Obtained-from: FreeBSD
Revision Changes Path
1.68 +7 -0 src/sys/conf/files
1.33 +1 -0 src/sys/i386/conf/LINT
1.2 +1 -1 src/sys/netproto/Makefile
http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.diff?r1=1.67&r2=1.68&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/i386/conf/LINT.diff?r1=1.32&r2=1.33&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/Makefile.diff?r1=1.1&r2=1.2&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]