Date: Thu, 31 Oct 2013 02:02:14 +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: r257410 - head/sys/dev/usb/wlan Message-ID: <201310310202.r9V22EaM053433@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 }, \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310310202.r9V22EaM053433>