Changes between Version 4 and Version 5 of Internal/WinlabMadwifi/RateControl
- Timestamp:
- Nov 11, 2005, 9:40:31 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/WinlabMadwifi/RateControl
v4 v5 20 20 21 21 === When the rate is determined? === 22 when a packet is xmitted, a rate has to be determined associate with this packet. This is done by''ath_tx_start(struct net_device *dev, struct ieee80211_node *ni, struct ath_buf *bf, struct sk_buff *skb)'' function. A call to '''ath_rate_findrate''' will fill the pointer to ''txrate'' and this rate will be passed into tx-descriptor.22 when a packet is xmitted, a rate has to be determined associate with this packet. This is done in the ''ath_tx_start(struct net_device *dev, struct ieee80211_node *ni, struct ath_buf *bf, struct sk_buff *skb)'' function. A call to '''ath_rate_findrate''' will fill the pointer to ''txrate'' and this rate will be passed into tx-descriptor. 23 23 {{{ 24 24 if (ic->ic_fixed_rate == -1) {