svn commit: r309695 - head/sys/net80211
Andriy Voskoboinyk
avos at FreeBSD.org
Wed Dec 7 23:34:00 UTC 2016
Author: avos
Date: Wed Dec 7 23:33:59 2016
New Revision: 309695
URL: https://svnweb.freebsd.org/changeset/base/309695
Log:
net80211: remove obsolete comment.
The described LOR should be fixed in r302283.
Modified:
head/sys/net80211/ieee80211_superg.c
Modified: head/sys/net80211/ieee80211_superg.c
==============================================================================
--- head/sys/net80211/ieee80211_superg.c Wed Dec 7 23:32:42 2016 (r309694)
+++ head/sys/net80211/ieee80211_superg.c Wed Dec 7 23:33:59 2016 (r309695)
@@ -909,12 +909,6 @@ ieee80211_ff_node_init(struct ieee80211_
ieee80211_ff_node_cleanup(ni);
}
-/*
- * Note: this comlock acquisition LORs with the node lock:
- *
- * 1: sta_join1 -> NODE_LOCK -> node_free -> node_cleanup -> ff_node_cleanup -> COM_LOCK
- * 2: TBD
- */
void
ieee80211_ff_node_cleanup(struct ieee80211_node *ni)
{
More information about the svn-src-all
mailing list