svn commit: r257410 - head/sys/dev/usb/wlan

Kevin Lo kevlo at FreeBSD.org
Thu Oct 31 02:02:14 UTC 2013


Author: kevlo
Date: Thu Oct 31 02:02:14 2013
New Revision: 257410
URL: http://svnweb.freebsd.org/changeset/base/257410

Log:
  Initialize BBP68 to improve rx sensitivity.

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	Thu Oct 31 02:00:58 2013	(r257409)
+++ head/sys/dev/usb/wlan/if_runreg.h	Thu Oct 31 02:02:14 2013	(r257410)
@@ -1027,6 +1027,7 @@ static const struct rt2860_rate {
 #define RT2860_DEF_BBP	\
 	{  65, 0x2c },	\
 	{  66, 0x38 },	\
+	{  68, 0x0b },	\
 	{  69, 0x12 },	\
 	{  70, 0x0a },	\
 	{  73, 0x10 },	\


More information about the svn-src-head mailing list