The branch main has been updated by adrian:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=371a4ee9a384ef2c849c6ba419405f68c5995084

commit 371a4ee9a384ef2c849c6ba419405f68c5995084
Author:     Adrian Chadd <adr...@freebsd.org>
AuthorDate: 2024-12-09 19:22:49 +0000
Commit:     Adrian Chadd <adr...@freebsd.org>
CommitDate: 2024-12-18 23:48:45 +0000

    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
---
 sys/dev/rtwn/rtl8192c/r92c_fw_cmd.h | 1 +
 1 file changed, 1 insertion(+)

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;
 
 /*

Reply via email to