CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/08/04 11:31:06
Modified files: sys/net80211 : ieee80211_input.c Log message: Remove ieee80211_input_print() which printed information about received frames to dmesg, if debug mode was enabled with ifconfig. This debug output was much too verbose and not actually useful for debugging. tcpdump -y IEEE802_11_RADIO will show the same information. ok sthen@