CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/27 11:03:09
Modified files:
sys/net80211 : ieee80211_input.c
Log message:
If a wifi driver does not provide an ic_bgscan_start() function there is no
point in scheduling ic_bgscan_timeout() since this timeout will find that
it has nothing to do.
ok phessler pirofti
