From owner-cvs-all@FreeBSD.ORG Fri Oct 13 18:32:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C0D16A40F; Fri, 13 Oct 2006 18:32:59 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F9FD43DA0; Fri, 13 Oct 2006 18:32:44 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9DIWi0O083810; Fri, 13 Oct 2006 18:32:44 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9DIWhpR083809; Fri, 13 Oct 2006 18:32:43 GMT (envelope-from mlaier) Message-Id: <200610131832.k9DIWhpR083809@repoman.freebsd.org> From: Max Laier Date: Fri, 13 Oct 2006 18:32:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/iwi if_iwi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 18:32:59 -0000 mlaier 2006-10-13 18:32:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/iwi if_iwi.c Log: MFC, if_iwi.c 1.40: Remind firmware of the ESSID to use in a directed scan. This fixes scanning for hidden APs when we are not comming from iwi_config. Reported by: Andrew N. Below Approved by: re (hrs) Revision Changes Path 1.8.2.9 +17 -3 src/sys/dev/iwi/if_iwi.c