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:28:35
Module Name:	src
Committed By:	dyoung
Date:		Mon Oct 13 04:28:35 UTC 2003

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

Log Message:
More changes to the new 802.11 layer:

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

* Support for frequency-hopping PHYs

    * Add support frequency-hopping PHY mode, IFM_IEEE80211_FH
    * Add channel flags for frequency-hopping
    * Add mode<->media mappings in for FH PHY in ieee80211_media2rate
      and ieee80211_rate2media

* Stop using IFM_MAKEMODE macro since the mode constants
  (e.g., IFM_IEEE80211_11A) are pre-shifted in sys/net/if_media.h

* Add some PLCP constants.


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

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