CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/28 10:15:21
Modified files:
sys/net80211 : ieee80211_node.c ieee80211_node.h
Log message:
In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr)
instead of resorting to horrid hacks/casts.
Restore the ieee80211_node structure back to its original state.
