CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/26 14:55:58
Modified files:
sys/net80211 : ieee80211_node.c ieee80211_node.h
Log message:
move ni_macaddr field at the top of the ieee80211_node structure.
this way we can avoid putting a full node structure (which is huge)
on the stack in ieee80211_find_node().
this is a bit tricky but the RB_FIND macro wants an "elem" structure,
not a field of "elem".
