Rename "short/long" retry counter to "data/rts" retry counter. The
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 19 Mar 2007 13:38:43 +0000 (13:38 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 19 Mar 2007 13:38:43 +0000 (13:38 +0000)
commitdcbaea21cf3409b17f436b2a6ee91770cff2582a
treea7f53392b62143f567bcc4db7dec21166df1b010
parent2131b5c6b38d7959626df7db1ec88c024a06d71b
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.
sys/dev/netif/acx/acx100.c
sys/dev/netif/acx/acx111.c
sys/dev/netif/rtw/rtw.c
sys/netproto/802_11/wlan/ieee80211_ratectl.c
sys/netproto/802_11/wlan/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