CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/19 12:53:52
Modified files:
sys/net80211 : ieee80211_var.h ieee80211_node.c
Log message:
in hostap mode, notify drivers via a new callback when a STA leaves
the BSS. this is needed by drivers that need to maintain a hardware
table of associated STAs (like ral(4) RT2860).
idea from Nathanael Rensen
