CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2013/12/01 03:08:55
Modified files: sys/net80211 : ieee80211_node.c Log message: Reset txrate array index after changing a node's rate list. Should prevent "bogus xmit rate %d setup" panics, which I ran into again in IBSS mode. ok kettenis