CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/26 14:28:55
Modified files:
sys/net80211 : ieee80211_node.h ieee80211_output.c
Log message:
remove ni_ba field from ieee80211_node structure as it is not used yet.
this reduces memory footprint and avoids a stack usage warning in
ieee80211_find_node() that breaks amd64 build.
pointed out by landry@
