Commit 80b30b2a authored by Jes Sorensen's avatar Jes Sorensen Committed by Kalle Valo

rtl8xxxu: Define 8723b H2C ramask command structure

Define H2C command structure for setting the rate mask.
Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent e975b87c
...@@ -893,7 +893,7 @@ enum h2c_cmd_8723b { ...@@ -893,7 +893,7 @@ enum h2c_cmd_8723b {
/* /*
* Dynamic Mechanism Class: 010 * Dynamic Mechanism Class: 010
*/ */
H2C_8723B_MACID_CFG = 0x40, H2C_8723B_MACID_CFG_RAID = 0x40,
H2C_8723B_TXBF = 0x41, H2C_8723B_TXBF = 0x41,
H2C_8723B_RSSI_SETTING = 0x42, H2C_8723B_RSSI_SETTING = 0x42,
H2C_8723B_AP_REQ_TXRPT = 0x43, H2C_8723B_AP_REQ_TXRPT = 0x43,
...@@ -956,6 +956,15 @@ struct h2c_cmd { ...@@ -956,6 +956,15 @@ struct h2c_cmd {
u8 arg; u8 arg;
__le16 mask_lo; __le16 mask_lo;
} __packed ramask; } __packed ramask;
struct {
u8 cmd;
u8 data1;
u8 data2;
u8 ramask1;
u8 ramask2;
u8 ramask3;
u8 ramask4;
} __packed b_macid_cfg;
struct { struct {
u8 cmd; u8 cmd;
u8 data1; u8 data1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment