CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2020/04/29 07:13:30
Modified files: sbin/ifconfig : ifconfig.8 sys/dev/ic : athn.c sys/dev/pci : if_iwm.c if_iwx.c sys/net80211 : ieee80211_ioctl.h Log message: Add the 'nomimo' nwflag which disables MIMO in 11n mode. This flag restricts a wireless driver to MCS0 - MCS7 for both transmission and reception. It can be set to work around packet loss in 11n mode caused by unused antenna connectors on a MIMO-capable wireless network device. man page tweak from tracey@ ok deraadt@