From owner-cvs-src-old@FreeBSD.ORG Sun Sep 19 12:47:51 2010 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 666051065740 for ; Sun, 19 Sep 2010 12:47:51 +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 546238FC16 for ; Sun, 19 Sep 2010 12:47:51 +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 o8JClpem092514 for ; Sun, 19 Sep 2010 12:47:51 GMT (envelope-from bschmidt@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8JClpP5092513 for cvs-src-old@freebsd.org; Sun, 19 Sep 2010 12:47:51 GMT (envelope-from bschmidt@repoman.freebsd.org) Message-Id: <201009191247.o8JClpP5092513@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bschmidt@repoman.freebsd.org using -f From: Bernhard Schmidt Date: Sun, 19 Sep 2010 12: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_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: Sun, 19 Sep 2010 12:47:51 -0000 bschmidt 2010-09-19 12:47:41 UTC FreeBSD src repository Modified files: sys/dev/iwn if_iwn.c if_iwnvar.h Log: SVN rev 212854 on 2010-09-19 12:47:41Z by bschmidt Rewrite parts of the calibration code which is run while bringing up the device: - unobscure some of the code by moving it into its own functions - get rid of some magic numbers - create similar structure as the reference driver has, this should make further syncs easier Revision Changes Path 1.46 +191 -85 src/sys/dev/iwn/if_iwn.c 1.11 +15 -2 src/sys/dev/iwn/if_iwnvar.h