svn commit: r256718 - head/sys/dev/usb/wlan
Kevin Lo
kevlo at FreeBSD.org
Fri Oct 18 07:42:17 UTC 2013
Author: kevlo
Date: Fri Oct 18 07:42:16 2013
New Revision: 256718
URL: http://svnweb.freebsd.org/changeset/base/256718
Log:
Fix rf registers for RT3070.
Modified:
head/sys/dev/usb/wlan/if_runreg.h
Modified: head/sys/dev/usb/wlan/if_runreg.h
==============================================================================
--- head/sys/dev/usb/wlan/if_runreg.h Fri Oct 18 07:40:50 2013 (r256717)
+++ head/sys/dev/usb/wlan/if_runreg.h Fri Oct 18 07:42:16 2013 (r256718)
@@ -1158,7 +1158,7 @@ static const struct rt2860_rate {
{ 4, 0x40 }, \
{ 5, 0x03 }, \
{ 6, 0x02 }, \
- { 7, 0x70 }, \
+ { 7, 0x60 }, \
{ 9, 0x0f }, \
{ 10, 0x41 }, \
{ 11, 0x21 }, \
@@ -1172,7 +1172,7 @@ static const struct rt2860_rate {
{ 20, 0xba }, \
{ 21, 0xdb }, \
{ 24, 0x16 }, \
- { 25, 0x01 }, \
+ { 25, 0x03 }, \
{ 29, 0x1f }
#define RT3572_DEF_RF \
More information about the svn-src-all
mailing list