cvs commit: src/sys/dev/ath if_ath.c if_athvar.h
Sam Leffler
sam at FreeBSD.org
Mon Jun 6 16:39:22 GMT 2005
sam 2005-06-06 16:39:22 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c if_athvar.h
Log:
Misc keycache changes:
o purge ath_initkeytable; it's not needed
o add multicast key search support for supporting multiple group keys
(disabled for now; requires updated hal)
o create keycache entry for stations using open auth so they get h/w
antenna management support
o add keycache -> node mapping table; eliminates mac-based lookup in
the net80211 layer
Revision Changes Path
1.90 +152 -76 src/sys/dev/ath/if_ath.c
1.24 +24 -3 src/sys/dev/ath/if_athvar.h
More information about the cvs-src
mailing list