Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2013 07:42:16 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r256718 - head/sys/dev/usb/wlan
Message-ID:  <201310180742.r9I7gGWS083810@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310180742.r9I7gGWS083810>