From owner-cvs-all Thu May 10 10:17:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B23E37B423; Thu, 10 May 2001 10:17:25 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4AHHPs27136; Thu, 10 May 2001 10:17:25 -0700 (PDT) (envelope-from wpaul) Message-Id: <200105101717.f4AHHPs27136@freefall.freebsd.org> From: Bill Paul Date: Thu, 10 May 2001 10:17:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/05/10 10:17:25 PDT Modified files: sys/dev/wi if_wi.c Log: Try to read the station address twice during the probe. I've seen a LinkSys card here in the office where reading the station address fails the first time, but works find afterwards. Without this, the probe fails. I don't think this will negatively impact any existing cards, but I want to confirm this before MFC'ing. Revision Changes Path 1.52 +8 -2 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message