CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/01/23 03:08:49
Modified files:
sys/dev/pci : if_iwm.c
sys/net80211 : ieee80211.c ieee80211_mira.c ieee80211_mira.h
ieee80211_node.c ieee80211_node.h
ieee80211_proto.c
Log message:
Move 802.11n rateset definitions out of MiRA and make them available to
net80211 and drivers in general. Add ratesets for 'short guard interval'
(SGI) rates, and add SGI support to MiRA. SGI is currently only used by
iwm(4), and of course internally by bwfm(4) firmware.
Ratesets for 11n 40 MHz channels and 11ac will come later.
ok mpi@ phessler@