rtl8xxxu: Add REG_DWBCN1_CTRL_8723B define
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 29 Feb 2016 22:05:06 +0000 (17:05 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 10 Mar 2016 13:29:09 +0000 (15:29 +0200)
List yet another new register found on the 8723b.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_regs.h

index 8209830848d6bf17f7d661de6eba9d923dfa690c..ec6f40f2dbc7c1771b5eeb370bcc9fb39a86acaf 100644 (file)
 #define REG_AUTO_LLT                   0x0224
 #define  AUTO_LLT_INIT_LLT             BIT(16)
 
+#define REG_DWBCN1_CTRL_8723B          0x0228
+
 /* 0x0280 ~ 0x02FF     RXDMA Configuration */
 #define REG_RXDMA_AGG_PG_TH            0x0280
 #define  RXDMA_USB_AGG_ENABLE          BIT(31)
This page took 0.03002 seconds and 5 git commands to generate.