mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 17:49:34 -05:00
- Fix data frames transmission via POWER_STATUS register setup -
it seems to be set by MACID_CONFIG firmware command, which was broken*
in r290439 and later disabled in r307529.
We can re-enable it later if / when firmware rate adaptation will be
ready; however, this step will be required anyway - for firmware-less
builds.
- Force RTS / CTS protection frame rate to CCK1 (this rate works fine
without any additional setup; no better workaround is known yet).
The problem was not observed on the channel 1 or with CCK1 rate enforced
('ifconfig wlan0 ucastrate 1' for 11 b/g; not possible for 11n networks
due to ifconfig(8) bug).
* I'm not sure if it works before r290439 because - AFAIR - I never seen
firmware rate adaptation working for 10-STABLE urtwn(4)
(It needs EN_BCN bit set and RSSI updates at least).
Tested with RTL8188CUS in STA mode
(in regular mode and with disabled MRR - DARFRC*8 is set to 0)
PR: 233949
MFC after: 2 weeks
|
||
|---|---|---|
| .. | ||
| 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 | ||