cvs commit: src/sys/dev/ath if_ath.c if_athvar.h src/sys/dev/awi
awi.c src/sys/dev/iwi if_iwi.c src/sys/dev/ipw if_ipw.c
src/sys/dev/wi if_wi.c src/sys/dev/usb if_ural.c src/sys/dev/ral
if_ral.c
Sam Leffler
sam at FreeBSD.org
Sat Sep 3 15:46:44 PDT 2005
sam 2005-09-03 22:46:43 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/ath if_ath.c if_athvar.h
sys/dev/awi awi.c
sys/dev/iwi if_iwi.c
sys/dev/ipw if_ipw.c
sys/dev/wi if_wi.c
sys/dev/usb if_ural.c
sys/dev/ral if_ral.c
Log:
sync with HEAD after net80211 changes:
o ic_curchan
o beacon/listen interval split
o split tx+rx crypto key and h/w key index -> node mapping support
Also for ath:
o correct duration calculation when protection is enabled
Also for wi:
o handle all-zero mac address properly
o fix media status handling so devd recognizes cards on insert
Also for ipw/iwi:
o always include statistics sysctls (was only when compiled w/ debugging)
o honor manual roaming setting
Also for ral/ural:
o fix basic rate set
o fix IFS parameters
o honor operating mode when selecting ack rate
o honor manual roaming setting
Approved by: re (scottl)
Revision Changes Path
1.94.2.4 +52 -91 src/sys/dev/ath/if_ath.c
1.27.2.2 +0 -1 src/sys/dev/ath/if_athvar.h
1.37.2.4 +6 -5 src/sys/dev/awi/awi.c
1.7.2.3 +3 -10 src/sys/dev/ipw/if_ipw.c
1.8.2.3 +7 -11 src/sys/dev/iwi/if_iwi.c
1.10.2.3 +43 -27 src/sys/dev/ral/if_ral.c
1.10.2.3 +31 -16 src/sys/dev/usb/if_ural.c
1.180.2.4 +11 -3 src/sys/dev/wi/if_wi.c
More information about the cvs-src
mailing list