The net80211 stack was providing a 'beacon miss timeout' value (in ms)
authorstsp <stsp@openbsd.org>
Wed, 31 May 2017 09:17:39 +0000 (09:17 +0000)
committerstsp <stsp@openbsd.org>
Wed, 31 May 2017 09:17:39 +0000 (09:17 +0000)
commitc6fb4e3c5e9d4b5e696205c580386f8ea234fda1
treea7b5a98e8ab6323ee40e321c2da273035ebcd215
parenteaf8e3f625bd9364efecd3cd275b7db8f0a89776
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@
sys/dev/ic/ath.c
sys/dev/pci/if_iwm.c
sys/net80211/ieee80211.c
sys/net80211/ieee80211_var.h