From 2865d42c78a9121caad52cb02d1fbb7f5cdbc4ef Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Fri, 20 Aug 2010 10:15:30 -0500 Subject: staging: r8712u: Add the new driver to the mainline kernel This code is for a completely new version of the Realtek 8192 USB devices such as the D-Link DWA-130. The Realtek code, which was originally for Linux, Windows XP and Windows CE, has been stripped of all code not needed for Linux. In addition, only one additional configuration variable, which enables AP mode, remains. Signed-off-by: Larry Finger Signed-off-by: Florian Schilhabel Tested-by: Frederic Leroy --- drivers/staging/rtl8712/rtl8712_powersave_bitdef.h | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 drivers/staging/rtl8712/rtl8712_powersave_bitdef.h (limited to 'drivers/staging/rtl8712/rtl8712_powersave_bitdef.h') diff --git a/drivers/staging/rtl8712/rtl8712_powersave_bitdef.h b/drivers/staging/rtl8712/rtl8712_powersave_bitdef.h new file mode 100644 index 00000000000..0922a8dc132 --- /dev/null +++ b/drivers/staging/rtl8712/rtl8712_powersave_bitdef.h @@ -0,0 +1,33 @@ +#ifndef __RTL8712_POWERSAVE_BITDEF_H__ +#define __RTL8712_POWERSAVE_BITDEF_H__ + +/*WOWCTRL*/ +#define _UWF BIT(3) +#define _MAGIC BIT(2) +#define _WOW_EN BIT(1) +#define _PMEN BIT(0) + +/*PSSTATUS*/ +#define _PSSTATUS_SEL_MSK 0x0F + +/*PSSWITCH*/ +#define _PSSWITCH_ACT BIT(7) +#define _PSSWITCH_SEL_MSK 0x0F +#define _PSSWITCH_SEL_SHT 0 + +/*LPNAV_CTRL*/ +#define _LPNAV_EN BIT(31) +#define _LPNAV_EARLY_MSK 0x7FFF0000 +#define _LPNAV_EARLY_SHT 16 +#define _LPNAV_TH_MSK 0x0000FFFF +#define _LPNAV_TH_SHT 0 + +/*RPWM*/ +/*CPWM*/ +#define _TOGGLING BIT(7) +#define _WWLAN BIT(3) +#define _RPS_ST BIT(2) +#define _WLAN_TRX BIT(1) +#define _SYS_CLK BIT(0) + +#endif /* __RTL8712_POWERSAVE_BITDEF_H__*/ -- cgit v1.2.2