aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndriy Voskoboinyk <avos@FreeBSD.org>2016-12-08 20:54:54 +0000
committerAndriy Voskoboinyk <avos@FreeBSD.org>2016-12-08 20:54:54 +0000
commite1b3ed8f32b56951521ba843634c2a72746df245 (patch)
treebfc36639da3fd92571584e6f70ce6dbf8718c17c /sys
parentf18789d7871448d71f174410ecfc5849f253791d (diff)
downloadsrc-e1b3ed8f32b56951521ba843634c2a72746df245.tar.gz
src-e1b3ed8f32b56951521ba843634c2a72746df245.zip
rsu: fix incorrect register addresses.
Notes
Notes: svn path=/head/; revision=309721
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/wlan/if_rsureg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/usb/wlan/if_rsureg.h b/sys/dev/usb/wlan/if_rsureg.h
index 983d47c6b079..b683b25f2e43 100644
--- a/sys/dev/usb/wlan/if_rsureg.h
+++ b/sys/dev/usb/wlan/if_rsureg.h
@@ -51,16 +51,16 @@
#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