mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
There are only a few places where the returned rix is used: * linuxkpi - logging * bwi/bwn - used for finding a fallback rate to choose, which honestly should be returned by the ratectl API * iwm - building the rateset to program into firmware Everyone else uses the dot11rate value in ni->ni_txnode. This is a precursor for VHT and later rate support; where currently there aren't rate tables in ieee80211_phy.c for VHT and later rates. Although it's likely doable to add tables for VHT, 11ax and MU-OFDMA (HE) rates are sufficiently larger/different to just not fit in the current scheme without more refactoring. Differential Revision: https://reviews.freebsd.org/D48603 Reviewed by: bz, thj |
||
|---|---|---|
| .. | ||
| if_bwn.c | ||
| if_bwn_cordic.h | ||
| if_bwn_debug.h | ||
| if_bwn_misc.h | ||
| if_bwn_pci.c | ||
| if_bwn_pcivar.h | ||
| if_bwn_phy_common.c | ||
| if_bwn_phy_common.h | ||
| if_bwn_phy_g.c | ||
| if_bwn_phy_g.h | ||
| if_bwn_phy_lp.c | ||
| if_bwn_phy_lp.h | ||
| if_bwn_phy_n.c | ||
| if_bwn_phy_n.h | ||
| if_bwn_util.c | ||
| if_bwn_util.h | ||
| if_bwnreg.h | ||
| if_bwnvar.h | ||