cvs commit: src/sys/net80211 _ieee80211.h ieee80211.c
ieee80211_acl.c ieee80211_crypto.c ieee80211_crypto.h
ieee80211_crypto_tkip.c ieee80211_freebsd.c ieee80211_freebsd.h
ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h ...
Sam Leffler
sam at FreeBSD.org
Sat Sep 3 15:40:03 PDT 2005
sam 2005-09-03 22:40:02 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/net80211 _ieee80211.h ieee80211.c ieee80211_acl.c
ieee80211_crypto.c ieee80211_crypto.h
ieee80211_crypto_tkip.c
ieee80211_freebsd.c ieee80211_freebsd.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_var.h
Log:
sync with HEAD:
o add ic_curchan to resolve issues with what the "current channel" is
o split beacon and listen interval
o fixup mac acl support so you can query state
o split h/w tx+rx key indices in crypto state
o add optional h/w key index -> node mapping
o change default key index allocator to DTRT for legacy parts
that are WPA capable
o define typedef for a h/w key index
o fix race on node refcnt handling with sending probe response frames
o isolate scanning-related input handling to reduce diffs against
future scanning code
o sanity check beacon interval in recv'd management frames and
discard frames with out-of-range data
o fix refcnt race sending null data frames
o lock ioctl to get sta info
o fix misc races in ap mode sta state teardown
Approved by: re (scottl)
Revision Changes Path
1.2.2.1 +2 -0 src/sys/net80211/_ieee80211.h
1.19.2.2 +9 -3 src/sys/net80211/ieee80211.c
1.3.2.1 +53 -1 src/sys/net80211/ieee80211_acl.c
1.10.2.2 +18 -11 src/sys/net80211/ieee80211_crypto.c
1.9.2.1 +13 -10 src/sys/net80211/ieee80211_crypto.h
1.9.2.1 +3 -1 src/sys/net80211/ieee80211_crypto_tkip.c
1.7.2.1 +8 -4 src/sys/net80211/ieee80211_freebsd.c
1.5.2.1 +4 -1 src/sys/net80211/ieee80211_freebsd.h
1.62.2.2 +91 -170 src/sys/net80211/ieee80211_input.c
1.25.2.3 +122 -84 src/sys/net80211/ieee80211_ioctl.c
1.10.2.2 +8 -1 src/sys/net80211/ieee80211_ioctl.h
1.48.2.2 +457 -66 src/sys/net80211/ieee80211_node.c
1.17.2.2 +48 -1 src/sys/net80211/ieee80211_node.h
1.26.2.2 +19 -14 src/sys/net80211/ieee80211_output.c
1.17.2.2 +2 -2 src/sys/net80211/ieee80211_proto.c
1.11.2.2 +4 -0 src/sys/net80211/ieee80211_proto.h
1.22.2.2 +4 -1 src/sys/net80211/ieee80211_var.h
More information about the cvs-src
mailing list