CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/08/04 10:25:10
Modified files: sys/net80211 : ieee80211_proto.c Log message: Show net80211 state transitions in desmg if 'ifconfig debug' was used. This information is needed in bug reports. Convert the invalid state transitions from panic() to a printf() which is also guarded by ifconfig debug. There are many races exposed by these panics which should all be fixed. But that will surely take some time, and the panics have now served their purpose. Thanks to everyone who reported these panics being triggered, your help is appreciated.