Date: Mon, 17 Sep 2007 05:16:39 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ath if_ath.c Message-ID: <200709170516.l8H5Gd05031727@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2007-09-17 05:16:38 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: bandaid Dynamic Turbo A operation with old hal's: HAL_MODE_108A does not have a rate table in older hal's so if we scan such a channel the driver will hit an assertion or crash; for old hal's fallback to using the static turbo rate table for this mode (not correct but good enough for now given none of the rate control algorithms understand how to switch between base+boost) Approved by: re (blanket wireless) Revision Changes Path 1.176 +4 -0 src/sys/dev/ath/if_ath.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709170516.l8H5Gd05031727>