Subject: CVS commit: src/sys/net
To: None <source-changes@netbsd.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 07/06/2003 08:40:01
Module Name:	src
Committed By:	dyoung
Date:		Sun Jul  6 08:40:00 UTC 2003

Modified Files:
	src/sys/net: if_ieee80211.h if_ieee80211subr.c

Log Message:
Move the logic to find out what channel to transmit a packet on
into ieee80211_get_channel, rather than duplicate it in ieee80211_ioctl
and in the ADM8211 driver.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/net/if_ieee80211.h
cvs rdiff -r1.39 -r1.40 src/sys/net/if_ieee80211subr.c

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