CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/08 03:34:29
Modified files:
sys/net80211 : ieee80211.c ieee80211_node.c
Log message:
Fix ifconfig "media:" line for 11n wifi interfaces during and after bgscan.
Media was displayed as e.g. "autoselect (OFDM6)" even though 11n was active
because the current media mode is changed to AUTO for background scanning
and was never switched back to 11N.
ok mpi@ pirofti@
