Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 09/03/2002 17:54:01
Module Name: syssrc
Committed By: onoe
Date: Tue Sep 3 14:54:01 UTC 2002
Modified Files:
syssrc/sys/dev/ic: awi.c awireg.h
syssrc/sys/net: if_ieee80211.h if_ieee80211subr.c
Log Message:
Several fixes hostap for awi driver:
- aging ang clear inactivity stations
- DTIM field in beacon/probe response.
- ignore IFF_PROMISC for hostap mode, since 802.11 has 3 address fields,
so that promisc mode is not required for AP function.
To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 syssrc/sys/dev/ic/awi.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/ic/awireg.h
cvs rdiff -r1.16 -r1.17 syssrc/sys/net/if_ieee80211.h
cvs rdiff -r1.11 -r1.12 syssrc/sys/net/if_ieee80211subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.