CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/12/14 13:12:32
Modified files: sys/dev/pci : if_iwn.c Log message: 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@