mirror of
https://github.com/opnsense/src.git
synced 2026-06-22 15:11:03 -04:00
When doing firmware rate control there will be situations where the rate being passed in needs to actually override the rate control selection. So add a flag to the descriptor setup path to indicate that indeed this particular rate should be forced, rather than rely on the firmware rate control. This is currently a no-op as firmware rate control isn't working in-tree, but it is working for me locally with other changes. Without this, there's no way to force low rates for management, DHCP traffic, and to allow fixed rate via "ifconfig wlanX ucastrate Y" to function. Locally tested: * RTL8192CU, STA mode (firmware and driver/net80211 rate control) Differential Revision: https://reviews.freebsd.org/D48100 Reviewed by: bz, gavin |
||
|---|---|---|
| .. | ||
| pci | ||
| usb | ||
| r92c.h | ||
| r92c_attach.c | ||
| r92c_beacon.c | ||
| r92c_calib.c | ||
| r92c_chan.c | ||
| r92c_fw.c | ||
| r92c_fw_cmd.h | ||
| r92c_init.c | ||
| r92c_llt.c | ||
| r92c_priv.h | ||
| r92c_reg.h | ||
| r92c_rf.c | ||
| r92c_rom.c | ||
| r92c_rom_defs.h | ||
| r92c_rom_image.h | ||
| r92c_rx.c | ||
| r92c_rx_desc.h | ||
| r92c_tx.c | ||
| r92c_tx_desc.h | ||
| r92c_var.h | ||