Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   kml
Date:           Tue Apr  8 04:31:26 UTC 2003

Modified Files:
        src/sys/dev/ic: wi.c wi_ieee.h wireg.h
        src/sys/net: if_ieee80211.h if_ieee80211subr.c

Log Message:
Host AP power saving support.  The Host AP notices that the power
saving bit is set in incoming frames from a station, and buffers the
outgoing frames for the station until they are polled for.  This
requires support in the driver to set a bit in the TIM bitmap sent
during 802.11 beacons.

So far, support for power saving in Host AP mode is only available
for the PRISM2 chipset.


To generate a diff of this commit:
cvs rdiff -r1.115 -r1.116 src/sys/dev/ic/wi.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/ic/wi_ieee.h
cvs rdiff -r1.43 -r1.44 src/sys/dev/ic/wireg.h
cvs rdiff -r1.26 -r1.27 src/sys/net/if_ieee80211.h
cvs rdiff -r1.24 -r1.25 src/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