Date: Wed, 28 May 2008 23:10:53 +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.c ieee80211_freebsd.h ieee80211_scan.c Message-ID: <200805282310.m4SNAuUD042628@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2008-05-28 23:10:53 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c ieee80211_freebsd.h ieee80211_scan.c Log: Revise lock name handling: o construct a name for the com lock as done for other locks o pass the device name to IEEE80211_LOCK_INIT so the mtx name is constructed as foo_com_lock o introduce *_LOCK_OBJ macro's to hide the lock contents and minimize redundant code Revision Changes Path 1.53 +1 -1 src/sys/net80211/ieee80211.c 1.18 +26 -18 src/sys/net80211/ieee80211_freebsd.h 1.6 +1 -1 src/sys/net80211/ieee80211_scan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805282310.m4SNAuUD042628>