Date: Wed, 28 May 2008 23:32:00 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net80211 ieee80211_crypto.c ieee80211_crypto.h ieee80211_ioctl.c Message-ID: <200805282332.m4SNW0PF043610@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2008-05-28 23:32:00 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto.c ieee80211_crypto.h ieee80211_ioctl.c Log: Add a mac address to the key definition as otherwise we lose the address specified in the ioctl and for drivers that need the address to locate a key (e.g. for delete). Note this changes net80211-private api's but not the driver callback; may want to change that in the future. Reviewed by: sephe, thompsa Revision Changes Path 1.18 +5 -7 src/sys/net80211/ieee80211_crypto.c 1.16 +2 -3 src/sys/net80211/ieee80211_crypto.h 1.61 +5 -3 src/sys/net80211/ieee80211_ioctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805282332.m4SNW0PF043610>