CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/09 02:31:18
Modified files:
sys/net80211 : ieee80211_node.c
Log message:
The point of ieee80211_node_leave() is to place the node in COLLECT state.
Return early and do nothing if the node is already in COLLECT state upon
entry to this function.
