CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2012/01/28 05:46:32

Modified files:
        sys/dev/ic     : ath.c 

Log message:
Don't panic when switching an ath interface in hostap mode from 11a to 11b.
The driver forgot to reconfigure the ic_bss' rate table during the switch.
This triggered an assertion in ieee80211_newstate() which is present to
prevent an out-of-bounds array access (11a has more rates than 11b).
Problem reported by [email protected]; ok mikeb deraadt

Reply via email to