Skip to content

Commit

Permalink
rtl8xxxu: Define 8723b H2C ramask command structure
Browse files Browse the repository at this point in the history
Define H2C command structure for setting the rate mask.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
  • Loading branch information
Jes Sorensen authored and Kalle Valo committed Mar 10, 2016
1 parent e975b87 commit 80b30b2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ enum h2c_cmd_8723b {
/*
* Dynamic Mechanism Class: 010
*/
H2C_8723B_MACID_CFG = 0x40,
H2C_8723B_MACID_CFG_RAID = 0x40,
H2C_8723B_TXBF = 0x41,
H2C_8723B_RSSI_SETTING = 0x42,
H2C_8723B_AP_REQ_TXRPT = 0x43,
Expand Down Expand Up @@ -956,6 +956,15 @@ struct h2c_cmd {
u8 arg;
__le16 mask_lo;
} __packed ramask;
struct {
u8 cmd;
u8 data1;
u8 data2;
u8 ramask1;
u8 ramask2;
u8 ramask3;
u8 ramask4;
} __packed b_macid_cfg;
struct {
u8 cmd;
u8 data1;
Expand Down

0 comments on commit 80b30b2

Please sign in to comment.