mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
net80211: remove obsolete comment.
The described LOR should be fixed in r302283.
This commit is contained in:
parent
faf19a69a6
commit
83faf8fc96
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue