CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/08/17 08:49:17
Modified files:
sys/net80211 : ieee80211_node.c
Log message:
Fix possible panic while switching from STA mode into hostap/ibss modes.
ieee80211_create_ibss() resets the set of supported rates but failed
to update the index into the rate set array accordingly. If the rate
configured during STA operation didn't belong to the newly configured
rate set the system ran into an assertion ("bogus xmit rate %u setup")
while trying to create the IBSS.
ok fgsch@