Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 10/13/2003 04:20:23
Module Name:	src
Committed By:	dyoung
Date:		Mon Oct 13 04:20:23 UTC 2003

Modified Files:
	src/sys/net80211: ieee80211_node.c ieee80211_node.h

Log Message:
More changes to the new 802.11 layer:

* Add Kevin Lahey's power-saving support from the old 802.11 layer

* Add my stop-gap rate-selection routine, ieee80211_get_rate,
  from the old 802.11 layer

* Also from the old 802.11 layer: factor ieee80211_match_bss out
  of ieee80211_end_scan, since atw(4) uses it for IBSS merges.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/net80211/ieee80211_node.c \
    src/sys/net80211/ieee80211_node.h

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