CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/05/31 03:17:40
Modified files: sys/dev/ic : ath.c sys/dev/pci : if_iwm.c sys/net80211 : ieee80211.c ieee80211_var.h Log message: The net80211 stack was providing a 'beacon miss timeout' value (in ms) which specified how much time may elapse without beacons before drivers begin searching for a new AP. Drivers convert this timeout value into the amount of beacons they're allowed to miss. Having the stack provide this number upfront simplifies things. ok mpi@