]> git.karo-electronics.de Git - linux-beck.git/commitdiff
rtl8xxxu: Add missing bit define for REG_APS_FSMCO
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 3 Feb 2016 18:40:02 +0000 (13:40 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 25 Feb 2016 09:55:44 +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 d089eddc920e114096febbddc0760f2ac70e482c..8f6c9c6c7c094fdade4fb10dc1e655d8ead31058 100644 (file)
@@ -45,6 +45,7 @@
 #define  APS_FSMCO_ENABLE_POWERDOWN    BIT(4)
 #define  APS_FSMCO_MAC_ENABLE          BIT(8)
 #define  APS_FSMCO_MAC_OFF             BIT(9)
+#define  APS_FSMCO_SW_LPS              BIT(10)
 #define  APS_FSMCO_HW_SUSPEND          BIT(11)
 #define  APS_FSMCO_PCIE                        BIT(12)
 #define  APS_FSMCO_HW_POWERDOWN                BIT(15)