Date: Tue, 21 Jul 2009 19:36:32 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211_crypto.c ieee80211_crypto.h Message-ID: <200907211936.n6LJaeLK087650@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2009-07-21 19:36:32 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_crypto.c ieee80211_crypto.h
Log:
SVN rev 195812 on 2009-07-21 19:36:32Z by sam
Correct handling of keys that already have a hardware/device key index:
this was broken in r183248 when the check of wk_keyix was replaced by
a check of IEEE80211_KEY_DEVKEY (because the flag was clobbered). Define
IEEE80211_KEY_DEVICE to specify flags that are owned by net80211/driver
and use this to preserve IEEE80211_KEY_DEVKEY so we don't ask the driver
for another key index when we already have one.
Testing by: Daniel Thiele, Wes Morgan
Reviewed by: rpaulo
Approved by: re (kib)
Revision Changes Path
1.23 +6 -6 src/sys/net80211/ieee80211_crypto.c
1.23 +2 -0 src/sys/net80211/ieee80211_crypto.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907211936.n6LJaeLK087650>
