Make roaming after a background scan work while tcpbench -u is running
authorstsp <stsp@openbsd.org>
Thu, 14 Dec 2017 20:12:32 +0000 (20:12 +0000)
committerstsp <stsp@openbsd.org>
Thu, 14 Dec 2017 20:12:32 +0000 (20:12 +0000)
commit5489f6bfac0a836b556ebf8ffd2156d451de2041
tree23b07ce932e03d4346ec01e731e35fe758aa1270
parentb8b77aada724385f4cb743271efa4fbf516ffa23
Make roaming after a background scan work while tcpbench -u is running
over iwn(4), in the same way as this was done for iwm(4).

I forgot about making iwn(4) heed the IEEE80211_F_TX_MGMT_ONLY flag which
is used to disable queueing of new data frames during an AP switch.

Found due to a problem report by naddy@
ok phessler@ tb@
sys/dev/pci/if_iwn.c