CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/08 13:55:46
Modified files:
sys/dev/pci : if_iwm.c
Log message:
Make iwm(4) restore the ic_bss channel after tweaking this channel as part
of passing the frame to ieee80211_input(). Fixes a race where auth frames
would be sent on the wrong channel during association.
Problem reported by florian@
ok deraadt@
