CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/01/28 04:57:19
Modified files: sys/net80211 : ieee80211_mira.c Log message: Introduce ieee80211_mira_probe_done() helper which resets probing state, cancels timeouts, and resets driver stats. Call it when probing has finished instead of manually resetting only probing state. Right now this is only called once but an upcoming change will reuse it.