CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/12/08 14:16:01
Modified files: sys/dev/pci : if_iwm.c if_iwmvar.h sys/net80211 : ieee80211.c ieee80211_input.c ieee80211_node.c ieee80211_node.h ieee80211_proto.c ieee80211_var.h Log message: Add support for background scanning to net80211 and iwm(4). The iwm(4) driver will now roam between access points which share an SSID. Use 'ifconfig iwm0 debug' and 'tail -f /var/log/messages' to watch it do so. Tested by several people in various iterations. As usual, let me know if you run into issues. ok phessler deraadt