CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2015/11/14 18:05:25
Modified files: sys/dev/usb : if_rsu.c sys/net80211 : ieee80211.c ieee80211.h ieee80211_ioctl.h ieee80211_output.c ieee80211_radiotap.h ieee80211_var.h Log message: Declare 802.11n mode and channel flags. Tweak 11n related fields in struct ieee80211com and move them inside #ifndef IEEE80211_NO_HT without breaking the build in rsu(4) for RAMDISK_CD. Also declare 11n protection modes and MCS count. ok deraadt mpi kettenis guenther