cvs commit: src/sys/net80211 ieee80211.c ieee80211_freebsd.h
ieee80211_scan.c
Sam Leffler
sam at FreeBSD.org
Wed May 28 23:10:58 UTC 2008
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
More information about the cvs-src
mailing list