From owner-cvs-src-old@FreeBSD.ORG Tue Apr 19 19:48:01 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8235F1065670 for ; Tue, 19 Apr 2011 19:48:01 +0000 (UTC) (envelope-from bschmidt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6EC388FC17 for ; Tue, 19 Apr 2011 19:48:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3JJm1SP054011 for ; Tue, 19 Apr 2011 19:48:01 GMT (envelope-from bschmidt@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3JJm1l3054010 for cvs-src-old@freebsd.org; Tue, 19 Apr 2011 19:48:01 GMT (envelope-from bschmidt@repoman.freebsd.org) Message-Id: <201104191948.p3JJm1l3054010@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bschmidt@repoman.freebsd.org using -f From: Bernhard Schmidt Date: Tue, 19 Apr 2011 19:47:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2011 19:48:01 -0000 bschmidt 2011-04-19 19:47:41 UTC FreeBSD src repository Modified files: sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h Log: SVN rev 220866 on 2011-04-19 19:47:41Z by bschmidt Pull some features out of the firmware: - If a ENH_SENS TLV section exit the firmware is capable of doing enhanced sensitivity calibration. - Newer devices/firmwares have more calibration commands therefore hardcoding the noise gain/reset commands no longer works. It is supposed to use the next index after the newest calibration type support. Read the command index of the TLV section if available. Revision Changes Path 1.90 +16 -3 src/sys/dev/iwn/if_iwn.c 1.14 +2 -0 src/sys/dev/iwn/if_iwnreg.h 1.21 +2 -0 src/sys/dev/iwn/if_iwnvar.h