CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2018/08/06 03:34:17
Modified files: sys/net80211 : ieee80211_node.c Log message: Do not set nwid over and over again. We just found the ess by comparing the nwid. It will not have changed in the meantime. OK stsp