Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/02/2003 01:55:40
Module Name:	src
Committed By:	dyoung
Date:		Sun Nov  2 01:55:40 UTC 2003

Modified Files:
	src/sys/dev/ic: ath.c atw.c awi.c wi.c

Log Message:
Use ieee80211_find_rxnode to attribute Rx packets to the write
ieee80211_node. This reduces code duplication.  It will help us
support passive scanning and rate adaptation.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/dev/ic/ath.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/ic/atw.c
cvs rdiff -r1.56 -r1.57 src/sys/dev/ic/awi.c
cvs rdiff -r1.142 -r1.143 src/sys/dev/ic/wi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.