rtl8xxxu: Define SYS_CFG_SW_OFFLOAD_EN
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 3 Feb 2016 18:39:39 +0000 (13:39 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 25 Feb 2016 09:55:24 +0000 (11:55 +0200)
This is needed for chips with IOL support.

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 8b27a1c763fdf245ab99dd79ba06c572593b3a8d..7c795ce61aaa5744826405a438878ff9137caf69 100644 (file)
 #define  SYS_CFG_PCIRSTB               BIT(4)
 #define  SYS_CFG_V15_VLD               BIT(5)
 #define  SYS_CFG_TRP_B15V_EN           BIT(7)
+#define  SYS_CFG_SW_OFFLOAD_EN         BIT(7)  /* For chips with IOL support */
 #define  SYS_CFG_SIC_IDLE              BIT(8)
 #define  SYS_CFG_BD_MAC2               BIT(9)
 #define  SYS_CFG_BD_MAC1               BIT(10)
This page took 0.033607 seconds and 5 git commands to generate.