CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2021/10/11 03:01:06
Modified files: sys/dev/ic : ar5008.c sys/dev/pci : if_iwm.c if_iwn.c sys/net80211 : ieee80211.c ieee80211_node.h ieee80211_proto.c ieee80211_ra.c ieee80211_ra.h ieee80211_var.h Log message: Add support for 40MHz channels to net80211 RA. For the moment we use either the 40MHz rate set or the 20 MHz one, depending on whether our peer supports 40MHz channels. If this turns out to be suboptimal we could probe the 40MHz and 20MHz rate sets separately to detect which one works better. The same applies to use of the short guard interval (SGI), which is either always on or off at the moment. Again, probing for this could be added later if needed.