net80211: remove obsolete comment.

The described LOR should be fixed in r302283.
This commit is contained in:
Andriy Voskoboinyk 2016-12-07 23:33:59 +00:00
parent faf19a69a6
commit 83faf8fc96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309695

View 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)
{