Date: Fri, 28 Jan 2011 08:45:19 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r218012 - head/sys/dev/ath/ath_hal/ar5212 Message-ID: <201101280845.p0S8jJhP067418@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Fri Jan 28 08:45:19 2011 New Revision: 218012 URL: http://svn.freebsd.org/changeset/base/218012 Log: Make space for the extended 802.11n MCS rate tables. Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212.h Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212.h ============================================================================== --- head/sys/dev/ath/ath_hal/ar5212/ar5212.h Fri Jan 28 08:35:55 2011 (r218011) +++ head/sys/dev/ath/ath_hal/ar5212/ar5212.h Fri Jan 28 08:45:19 2011 (r218012) @@ -326,7 +326,7 @@ struct ath_hal_5212 { */ uint16_t *ah_pcdacTable; u_int ah_pcdacTableSize; - uint16_t ah_ratesArray[16]; + uint16_t ah_ratesArray[37]; uint8_t ah_txTrigLev; /* current Tx trigger level */ uint8_t ah_maxTxTrigLev; /* max tx trigger level */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101280845.p0S8jJhP067418>