diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2024-12-09 19:22:49 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2024-12-18 23:48:45 +0000 |
commit | 371a4ee9a384ef2c849c6ba419405f68c5995084 (patch) | |
tree | 975f004adc1417047f81148843f15e47b3a9b3c8 | |
parent | 745a85824748e06b9b2ca4e9639ba13bbf9c08ca (diff) |
rtwn: add SGI flag for the rate control message
This is straight from all the drivers, linux and vendor.
Differential Revision: https://reviews.freebsd.org/D48004
Reviewed by: bz, imp
-rw-r--r-- | sys/dev/rtwn/rtl8192c/r92c_fw_cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/rtwn/rtl8192c/r92c_fw_cmd.h b/sys/dev/rtwn/rtl8192c/r92c_fw_cmd.h index b16e2819624f..e19c091fa54d 100644 --- a/sys/dev/rtwn/rtl8192c/r92c_fw_cmd.h +++ b/sys/dev/rtwn/rtl8192c/r92c_fw_cmd.h @@ -80,6 +80,7 @@ struct r92c_fw_cmd_macid_cfg { uint32_t mask; uint8_t macid; #define R92C_CMD_MACID_VALID 0x80 +#define R92C_CMD_MACID_SGI 0x20 } __packed; /* |