Date: Mon, 15 Dec 2008 22:50:50 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211_node.c Message-ID: <200812152250.mBFMow9S041969@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2008-12-15 22:50:50 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: SVN rev 186144 on 2008-12-15 22:50:50Z by sam Fix ucastkey teardown for drivers that plumb clear keys or similar (e.g. ath): we must check the key index and not whether the key points at a cipher other than "undef". This looks like it's been broken for a while. Might be worth adding an explicit clear cipher at some point though this would require changes to the usage of IEEE80211_KEY_UNDEFINED. PR: 125906 Revision Changes Path 1.113 +1 -1 src/sys/net80211/ieee80211_node.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812152250.mBFMow9S041969>