mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -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_iwm.c | ||
| if_iwm_7000.c | ||
| if_iwm_8000.c | ||
| if_iwm_9000.c | ||
| if_iwm_9260.c | ||
| if_iwm_binding.c | ||
| if_iwm_binding.h | ||
| if_iwm_config.h | ||
| if_iwm_constants.h | ||
| if_iwm_debug.h | ||
| if_iwm_fw.c | ||
| if_iwm_fw.h | ||
| if_iwm_led.c | ||
| if_iwm_led.h | ||
| if_iwm_mac_ctxt.c | ||
| if_iwm_mac_ctxt.h | ||
| if_iwm_notif_wait.c | ||
| if_iwm_notif_wait.h | ||
| if_iwm_pcie_trans.c | ||
| if_iwm_pcie_trans.h | ||
| if_iwm_phy_ctxt.c | ||
| if_iwm_phy_ctxt.h | ||
| if_iwm_phy_db.c | ||
| if_iwm_phy_db.h | ||
| if_iwm_power.c | ||
| if_iwm_power.h | ||
| if_iwm_scan.c | ||
| if_iwm_scan.h | ||
| if_iwm_sf.c | ||
| if_iwm_sf.h | ||
| if_iwm_sta.c | ||
| if_iwm_sta.h | ||
| if_iwm_time_event.c | ||
| if_iwm_time_event.h | ||
| if_iwm_util.c | ||
| if_iwm_util.h | ||
| if_iwmreg.h | ||
| if_iwmvar.h | ||