DragonFly commits List (threaded) for 2007-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/dev/netif/acx acx100.c acx111.c src/sys/dev/netif/rtw rtw.c src/sys/netproto/802_11/wlan ieee80211_ratectl.c ieee80211_ratectl_none.c src/sys/netproto/802_11/wlan_ratectl/amrr ieee80211_ratectl_amrr.c src/sys/netproto/802_11/wlan_ratectl/onoe ieee80211_ratectl_onoe.c
sephe 2007/03/19 06:38:43 PDT
DragonFly src repository
Modified files:
sys/dev/netif/acx acx100.c acx111.c
sys/dev/netif/rtw rtw.c
sys/netproto/802_11/wlan ieee80211_ratectl.c
ieee80211_ratectl_none.c
sys/netproto/802_11/wlan_ratectl/amrr ieee80211_ratectl_amrr.c
sys/netproto/802_11/wlan_ratectl/onoe ieee80211_ratectl_onoe.c
Log:
Rename "short/long" retry counter to "data/rts" retry counter. The
original names are inherited from ath(4)'s rate control algorithms,
while ath(4) actually uses short retry counter as rts retry counter,
and long retry counter as data retry counter. According to the short
retry counter usage in 802.11 standard, it can be used as data retry
counter too. Using the "short/long" retry counter is confusing (yah,
I was confused) and most hardwares seem to provide "data/rts" retry
counter, so switch to the new name: "data/rts" retry counter.
This change does not affect ONOE/AMRR TX rate control algorithms
operation in netproto/802_11, but it paves the way for Sample TX rate
control algorithm.
Revision Changes Path
1.10 +5 -5 src/sys/dev/netif/acx/acx100.c
1.11 +9 -9 src/sys/dev/netif/acx/acx111.c
1.9 +1 -1 src/sys/dev/netif/rtw/rtw.c
1.3 +2 -2 src/sys/netproto/802_11/wlan/ieee80211_ratectl.c
1.2 +1 -1 src/sys/netproto/802_11/wlan/ieee80211_ratectl_none.c
1.9 +2 -2 src/sys/netproto/802_11/wlan_ratectl/amrr/ieee80211_ratectl_amrr.c
1.8 +2 -2 src/sys/netproto/802_11/wlan_ratectl/onoe/ieee80211_ratectl_onoe.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/acx/acx100.c.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/acx/acx111.c.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/rtw/rtw.c.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/802_11/wlan/ieee80211_ratectl.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/802_11/wlan/ieee80211_ratectl_none.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/802_11/wlan_ratectl/amrr/ieee80211_ratectl_amrr.c.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/802_11/wlan_ratectl/onoe/ieee80211_ratectl_onoe.c.diff?r1=1.7&r2=1.8&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]