CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2019/03/01 01:13:11
Modified files: sys/net80211 : ieee80211_node.c ieee80211_node.h ieee80211_var.h Log message: Improve handling of HT protection for 'mode 11n' hostap. Consider the mere presence of HTCAP IEs as indicator of 11n support, rather than checking advertised Rx MCS. Fixes some devices being misclassified as 11a/g, causing HT protection to be enabled even though it is not needed. Use CTS-to-self frames for HT protection instead of RTS/CTS. These changes make my athn(4) AR9280 hostap perform much better. ok phessler@