Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys
Module Name: syssrc
Committed By: onoe
Date: Tue Sep 18 09:10:01 UTC 2001
Modified Files:
syssrc/sys/conf: files
syssrc/sys/dev/ic: awi.c awireg.h awivar.h
syssrc/sys/dev/pcmcia: if_awi_pcmcia.c
syssrc/sys/net: if_ieee80211.h
Added Files:
syssrc/sys/net: if_ieee80211subr.c
Removed Files:
syssrc/sys/dev/ic: awi_wep.c awi_wicfg.c
Log Message:
Move IEEE 802.11 MAC management functions from awi driver to
if_ieee80211subr.c, which can be shared between any IEEE 802.11
drivers.
However, most of current working IEEE 802.11b wireless LAN cards
have rich firmware and we cannot have a control to management frames
for such cards.
IBSS creation is now supported for the awi driver.
To generate a diff of this commit:
cvs rdiff -r1.462 -r1.463 syssrc/sys/conf/files
cvs rdiff -r1.36 -r1.37 syssrc/sys/dev/ic/awi.c
cvs rdiff -r1.9 -r0 syssrc/sys/dev/ic/awi_wep.c
cvs rdiff -r1.7 -r0 syssrc/sys/dev/ic/awi_wicfg.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/ic/awireg.h
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/ic/awivar.h
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/pcmcia/if_awi_pcmcia.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/net/if_ieee80211.h
cvs rdiff -r0 -r1.1 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.
Home |
Main Index |
Thread Index |
Old Index