[ath5k-devel] Support for Linux WiFi stack (+wpa_supplicant) in Android

2011-10-19 Thread Dani Camps
Dear all, I would like to ask whether there is support for the Linux Wi-Fi stack (+ wpa_supplicant) in Android. In http://bobcopeland.com/android_wifi.html it is mentioned that the first Android developer phone uses a driver from TI that is GPLd and included within mac80211 (wl12xx). I was wond

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

2011-09-14 Thread Dani Camps
pu_to_le16(dur); } Best Regards Daniel De: Adrian Chadd Para: Bob Copeland CC: Dani Camps ; "ath5k-devel@lists.ath5k.org" Enviado: martes 13 de septiembre de 2011 2:49 Asunto: Re: [ath5k-devel] Computing packet transmission time in ath5k On

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

2011-09-12 Thread Dani Camps
so ath5k does not see them ? Best Regards Daniel De: Bob Copeland Para: Dani Camps CC: Adrian Chadd ; "ath5k-devel@lists.ath5k.org" Enviado: lunes 12 de septiembre de 2011 13:57 Asunto: Re: [ath5k-devel] Computing packet transmission time in ath5k

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

2011-09-12 Thread Dani Camps
smission time of the same packet several times when it should only be counted once. Does this make any sense ? Best Regards Dani ____ De: Adrian Chadd Para: Dani Camps CC: "ath5k-devel@lists.ath5k.org" Enviado: sábado 10 de septiembre de 2011 6:06 Asunto

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

2011-09-09 Thread Dani Camps
Hi, I forgot to mention that the function " compute_ack_duration(ah, rate);" is simply equivalent to "ath5k_hw_get_frame_duration(ah, 10, rate);" Best Regards Daniel ____ De: Dani Camps Para: "ath5k-devel@lists.ath5k.org" Envia

[ath5k-devel] Computing packet transmission time in ath5k

2011-09-09 Thread Dani Camps
Dear all, I am trying to compute the duration of a transmitted packet in ath5k, my goal is to be able to measure network utilization as the sum of transmitted and received frames over the air. Regarding transmission time I have added the following code to ath5k_txbuf_setup:

Re: [ath5k-devel] Computing the duration of a transmitted frame in ath5k

2011-07-08 Thread Dani Camps
s is why I think my measurements were wrong. Do you think the above explanation makes sense ? And in that case, does anybody know any better way to obtain estimates in ath5k of the backoff time incurred by the HW every time it wants to transmit a frame? Best Regards Daniel - Mensaje origi

[ath5k-devel] Computing the duration of a transmitted frame in ath5k

2011-07-05 Thread Dani Camps
Dear all, I am trying to obtain in ath5k the duration of a transmitted frame over the air, and also what I call the "access delay" duration, which I define as the time since this frame is the first one in the transmission buffer (HOL) until the time ath5k puts the first bit of this frame on t

[ath5k-devel] Computing the duration of a transmitted frame

2011-07-05 Thread Dani Camps
Dear all, I am trying to obtain in ath5k the duration of a transmitted frame on the air, and also the what I call the access delay duration, that I define as the time since this frame is the first one in the transmission buffer until the time ath5k puts the first bit of this frame on the air