diff options
author | 2017-09-04 09:12:35 +0000 | |
---|---|---|
committer | 2017-09-04 09:12:35 +0000 | |
commit | a39ec7e8254578b620d4bf8fdbeff003f59df58b (patch) | |
tree | eb70d4e8c4dd30448f2e2f19f6b6c63a8b09ef8f /sys/dev/usb | |
parent | If a beacon is received in RUN state, reset the management timer. (diff) | |
download | wireguard-openbsd-a39ec7e8254578b620d4bf8fdbeff003f59df58b.tar.xz wireguard-openbsd-a39ec7e8254578b620d4bf8fdbeff003f59df58b.zip |
Make sure iwn(4) firmware gets to see a beacon before we send an auth request.
Otherwise, the Tx attempt can fail due to the firmware's built-in regulatory
domain enforcement.
Because this code runs in interrrupt context we use a DELAY(). It's currently
set to 3 times the beacon interval. This is a bit long as far as DELAYs go,
but since this driver runs state transitions in interrupt context there is
no better way for now. Lower delays weren't reliable enough in my testing.
Makes association work reliably for me on 5GHz. My original plan was to only
add this hack for 5GHz but Holger Mikolon reported that it also helps on 2GHz
channels with regulatory restrictions (e.g. 13), so do it always.
ok mpi@
Diffstat (limited to 'sys/dev/usb')
0 files changed, 0 insertions, 0 deletions