Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 07/27/2005 20:18:59
Module Name:	src
Committed By:	dyoung
Date:		Wed Jul 27 20:18:59 UTC 2005

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

Log Message:
IEEE80211_IOC_BEACON_INTERVAL is not duplicated by SIOC[SG]80211POWER,
as I thought.  The latter actually sets the station listen interval.

We cannot get/set "drop-unencrypted" and "privacy" properties
independently with SIOCS80211NWKEY, so put back IEEE80211_IOC_PRIVACY
and IEEE80211_IOC_DROPUNENCRYPTED.

Thanks Sam Leffler for pointing out my mistakes.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/net80211/ieee80211_ioctl.c
cvs rdiff -r1.12 -r1.13 src/sys/net80211/ieee80211_ioctl.h

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