Re: [ath5k-devel] Computing packet transmission time in ath5k

2011-09-14 Thread Bob Copeland
On Wed, Sep 14, 2011 at 09:03:56AM +0100, Dani Camps wrote: > > The problem, I think, is that the function is called with the second > parameter being NULL, and in that caseĀ "ieee80211_generic_frame_duration()" > always assumes 11b and long preamble, which was not correct in our case. Here > you c

Re: [ath5k-devel] Computing packet transmission time in ath5k

2011-09-14 Thread Dani Camps
Dear Adrian and Bob, Thanks again for your comments. We were able to figure out the exact number of retransmissions and the rate at which retransmission was attempted by looking at the fields "ts_retry" and "ts_rates" from the structure "ath5k_tx_status" included in the TX descriptor. Howeve