summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_zydreg.h
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2009-06-09 04:17:08 +0000
committerweongyo <weongyo@FreeBSD.org>2009-06-09 04:17:08 +0000
commit300fc50c56b4d3969585b2e03250f989251b23ff (patch)
tree40daa21b3045dd30b83a5663d9744a547c3f9785 /sys/dev/usb/wlan/if_zydreg.h
parentcd8208ffdba50996e9cc7811e953dd65d9bb9c5c (diff)
downloadFreeBSD-src-300fc50c56b4d3969585b2e03250f989251b23ff.zip
FreeBSD-src-300fc50c56b4d3969585b2e03250f989251b23ff.tar.gz
unify zyd_tx_mgt() and zyd_tx_data() to simplify TX path and sorts
setting TX descritor. While I'm here fixes a bug that the management frames only sent at 2 Mbits/s.
Diffstat (limited to 'sys/dev/usb/wlan/if_zydreg.h')
-rw-r--r--sys/dev/usb/wlan/if_zydreg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_zydreg.h b/sys/dev/usb/wlan/if_zydreg.h
index 0956dc0..57a5e87 100644
--- a/sys/dev/usb/wlan/if_zydreg.h
+++ b/sys/dev/usb/wlan/if_zydreg.h
@@ -968,6 +968,12 @@
{ 0x26664, 0x20a53 } \
}
+#define ZYD_TX_RATEDIV \
+{ \
+ 0x1, 0x2, 0xb, 0xb, 0x0, 0x0, 0x0, 0x0, 0x30, 0x18, 0xc, 0x6, \
+ 0x36, 0x24, 0x12, 0x9 \
+}
+
/*
* Control pipe requests.
*/
OpenPOWER on IntegriCloud