CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2012/07/16 08:51:46
Modified files: sys/net80211 : ieee80211_node.c Log message: Move increment of ic_nnodes closer to where the node is actually inserted into the cache. Make sure we're at IPL_NET while incrementing/decrementing ic_nnodes. Add a debug message that warns about possible node leaks. All of this affects hostap mode only.