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:           Fri Sep 27 05:36:07 UTC 2002

Modified Files:
        syssrc/sys/dev/ic: awi.c
        syssrc/sys/net: if_ieee80211.h if_ieee80211subr.c

Log Message:
Add support for SIOC[SG]80211BSSID, SIOC[SG]80211CHANNEL.
Change the name of structure ieee80211_bss to ieee80211_node, which is
used for management of stations in hostap mode, and peers in ibss mode.
Split off ic_opmode, ic_phytype from ic_flags.
Preparation to merge 'wi' driver into 80211subr.c.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 syssrc/sys/dev/ic/awi.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/net/if_ieee80211.h
cvs rdiff -r1.12 -r1.13 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