From owner-cvs-all Mon Apr 17 11:47:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 565EA37BB06; Mon, 17 Apr 2000 11:47:30 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA47330; Mon, 17 Apr 2000 11:47:29 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200004171847.LAA47330@freefall.freebsd.org> From: Bill Paul Date: Mon, 17 Apr 2000 11:47:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_wi.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/04/17 11:47:29 PDT Modified files: sys/i386/isa if_wi.c Log: When in infrastructure mode, use address 3 from the 802.11 header as the source address when receiving frames (and keep using address 2 when in pseudo-IBSS mode). This is apparently necessary in order to obtain the true MAC address of the sending station which is needed for PPPoE. Patch supplied by: Blaz Zupan Revision Changes Path 1.20 +9 -4 src/sys/i386/isa/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message