cvs commit: src/sys/net80211 ieee80211_phy.c ieee80211_phy.h
src/sys/dev/ral rt2560.c rt2661.c src/sys/dev/usb if_rum.c
if_ural.c if_zyd.c
Sam Leffler
sam at FreeBSD.org
Mon May 12 00:32:53 UTC 2008
sam 2008-05-12 00:32:52 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_phy.c ieee80211_phy.h
sys/dev/ral rt2560.c rt2661.c
sys/dev/usb if_rum.c if_ural.c if_zyd.c
Log:
Update PLCP<->rate mapping support:
o correct mapping of CCK rates to PLCP; was using nonstandard Ralink
values which just happened to also be used by Zydas (so went unnoticed)
o change ieee80211_plcp2rate api to take a phy type instead of a flag
that indicates ofdm/!ofdm
o update drivers to match (restore per-driver code to map rate->PLCP)
Reviewed by: sephe, weongyo, thompsa
Revision Changes Path
1.25 +26 -2 src/sys/dev/ral/rt2560.c
1.25 +26 -2 src/sys/dev/ral/rt2661.c
1.22 +26 -2 src/sys/dev/usb/if_rum.c
1.73 +26 -2 src/sys/dev/usb/if_ural.c
1.17 +27 -3 src/sys/dev/usb/if_zyd.c
1.2 +16 -11 src/sys/net80211/ieee80211_phy.c
1.2 +2 -2 src/sys/net80211/ieee80211_phy.h
More information about the cvs-src
mailing list