CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/04 11:31:46
Modified files:
sys/net80211 : ieee80211_node.c
Log message:
Compile a debug printf in ieee80211_match_bss() by default, previously
guarded by the IEEE80211_DEBUG preprocessor flag. This shows one line
per detected AP after a scan, and indicates which APs are considered
candidates for association.
Shorten the output a bit to fit into 80 columns more likely.
ok sthen@
