CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/01/21 12:01:04
Modified files:
sys/net80211 : ieee80211_node.c
Log message:
Hold interrupts blocked while comparing a cached node's refcount to zero
and freeing the node. Just in case an interrupt happens to ref the node after
the refcount was checked but before the node is freed.
Tested by several as part of a larger diff.
