summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb2/wlan/if_zydfw.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-02-09 22:12:47 +0000
committerthompsa <thompsa@FreeBSD.org>2009-02-09 22:12:47 +0000
commit1ef0c422a1e2b4f9a53065ae68ec459458c8f252 (patch)
tree701d8c233ad2604628b0cabf8d67a7ab2697b51a /sys/dev/usb2/wlan/if_zydfw.h
parent5adda1462b5469cbda3c872e3ff980c3e9a9e627 (diff)
downloadFreeBSD-src-1ef0c422a1e2b4f9a53065ae68ec459458c8f252.zip
FreeBSD-src-1ef0c422a1e2b4f9a53065ae68ec459458c8f252.tar.gz
MFp4 //depot/projects/usb; 157412
Sync from svn.freebsd.org/base/user/thompsa/usb which is a minimal changeset from oldUSB (no config_td). This excludes the taskqueue changes (for the moment) as requested.
Diffstat (limited to 'sys/dev/usb2/wlan/if_zydfw.h')
-rw-r--r--sys/dev/usb2/wlan/if_zydfw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb2/wlan/if_zydfw.h b/sys/dev/usb2/wlan/if_zydfw.h
index 3c176e4..46f5c2a 100644
--- a/sys/dev/usb2/wlan/if_zydfw.h
+++ b/sys/dev/usb2/wlan/if_zydfw.h
@@ -26,7 +26,7 @@
/* $FreeBSD$ */
-static const uint8_t zd1211_firmware[] = {
+uint8_t zd1211_firmware[] = {
0x08, 0x91, 0xFF, 0xED, 0x09, 0x93, 0x1E, 0xEE,
0xD1, 0x94, 0x11, 0xEE, 0x88, 0xD4, 0xD1, 0x96,
0xD1, 0x98, 0x5C, 0x99, 0x5C, 0x99, 0x4C, 0x99,
@@ -672,9 +672,9 @@ static const uint8_t zd1211_firmware[] = {
/*
* current zd1211b firmware version.
*/
-#define ZD1211B_FIRMWARE_VER 4705
+#define ZD1211B_FIRMWARE_VER 4705
-static const uint8_t zd1211b_firmware[] = {
+uint8_t zd1211b_firmware[] = {
0x08, 0x91, 0xff, 0xed, 0x09, 0x93, 0x1e, 0xee, 0xd1, 0x94, 0x11,
0xee, 0x88, 0xd4, 0xd1, 0x96, 0xd1, 0x98, 0x5c, 0x99, 0x5c, 0x99,
0x4c, 0x99, 0x04, 0x9d, 0xd1, 0x98, 0xd1, 0x9a, 0x03, 0xee, 0xf4,
OpenPOWER on IntegriCloud