]> git.karo-electronics.de Git - linux-beck.git/commitdiff
rtl8xxxu: Add definitions for antenna selection registers for 8723BU
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 3 Feb 2016 18:39:45 +0000 (13:39 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 25 Feb 2016 09:55:29 +0000 (11:55 +0200)
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 f7526027db53cd4c4b3bba8f7815bdb1c209f57b..997a85792f483d3ba85e3958ef59ba1839eda4a4 100644 (file)
 #define REG_FPGA1_RF_MODE              0x0900
 
 #define REG_FPGA1_TX_INFO              0x090c
+#define REG_DPDT_CTRL                  0x092c  /* 8723BU */
+#define REG_RFE_CTRL_ANTA_SRC          0x0930  /* 8723BU */
+#define REG_RFE_PATH_SELECT            0x0940  /* 8723BU */
+#define REG_RFE_BUFFER                 0x0944  /* 8723BU */
 
 #define REG_CCK0_SYSTEM                        0x0a00
 #define  CCK0_SIDEBAND                 BIT(4)