]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
rsu: fix incorrect register addresses.
authoravos <avos@FreeBSD.org>
Thu, 8 Dec 2016 20:54:54 +0000 (20:54 +0000)
committeravos <avos@FreeBSD.org>
Thu, 8 Dec 2016 20:54:54 +0000 (20:54 +0000)
sys/dev/usb/wlan/if_rsureg.h

index 983d47c6b07983b74a622edb449b180f8840cc17..b683b25f2e4345de6886dbc15e6be7aceb240206 100644 (file)
 #define R92S_MACID             (R92S_MACIDSETTING + 0x000)
 #define R92S_MAR               (R92S_MACIDSETTING + 0x010)
 
-#define R92S_GP                        0x01e0
-#define R92S_GPIO_CTRL         (R92S_GP + 0x00c)
-#define R92S_GPIO_IO_SEL       (R92S_GP + 0x00e)
-#define R92S_MAC_PINMUX_CTRL   (R92S_GP + 0x011)
-
 #define R92S_SECURITY          0x0240
 #define R92S_CAMCMD            (R92S_SECURITY + 0x000)
 #define R92S_CAMWRITE          (R92S_SECURITY + 0x004)
 #define R92S_CAMREAD           (R92S_SECURITY + 0x008)
 
+#define R92S_GP                        0x02e0
+#define R92S_GPIO_CTRL         (R92S_GP + 0x00c)
+#define R92S_GPIO_IO_SEL       (R92S_GP + 0x00e)
+#define R92S_MAC_PINMUX_CTRL   (R92S_GP + 0x011)
+
 #define R92S_IOCMD_CTRL                0x0370
 #define R92S_IOCMD_DATA                0x0374