Date: Mon, 12 May 2008 00:32:52 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200805120032.m4C0WrNe031852@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805120032.m4C0WrNe031852>
