]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
net80211: remove obsolete comment.
authoravos <avos@FreeBSD.org>
Wed, 7 Dec 2016 23:33:59 +0000 (23:33 +0000)
committeravos <avos@FreeBSD.org>
Wed, 7 Dec 2016 23:33:59 +0000 (23:33 +0000)
The described LOR should be fixed in r302283.

sys/net80211/ieee80211_superg.c

index eb95ea3ec8862bd5ff4383bf6219414038e2f1df..19fe898421cd3fb7065e04caff08a75687fe03a1 100644 (file)
@@ -909,12 +909,6 @@ ieee80211_ff_node_init(struct ieee80211_node *ni)
        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)
 {