rtw89: remove duplicate register definitions
authorKevin Lo <kevlo@kevlo.org>
Thu, 21 Oct 2021 05:44:08 +0000 (13:44 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 27 Oct 2021 07:36:30 +0000 (10:36 +0300)
Remove duplicate register definitions.

Signed-off-by: Kevin Lo <kevlo@kevlo.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/YXD+KL+xzFsnGShb@ns.kevlo.org
drivers/net/wireless/realtek/rtw89/pci.h

index 34333c4..20e6767 100644 (file)
 #define B_AX_CH10_BUSY                 BIT(0)
 
 /* Configure */
-#define R_AX_PCIE_INIT_CFG1    0x1000
-#define B_AX_PCIE_RXRST_KEEP_REG       BIT(23)
-#define B_AX_PCIE_TXRST_KEEP_REG       BIT(22)
-#define B_AX_DIS_RXDMA_PRE             BIT(2)
-
 #define R_AX_PCIE_INIT_CFG2            0x1004
 #define B_AX_WD_ITVL_IDLE              GENMASK(27, 24)
 #define B_AX_WD_ITVL_ACT               GENMASK(19, 16)