Re: [ath9k-devel] ath9k-devel Digest, Vol 54, Issue 1

2012-12-01 Thread nabajyotibera
I install Ubuntu 11.10 recently in my old machine. How can I update offline. Anybody help me. ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] resolution of ath9k_hw_gettsf64() and time calculations

2012-12-01 Thread abhinav narain
hi Adrain, While calculating the time of contention: http://pastebin.com/KBSg9Ddy I have used the ath9k_hw_gettsf64() fucntion and I am subtracting the value given by ieee80211_frame_duration() which is in microsecond. Is the unit of ath9k hw function also the same so that subtraction of the

Re: [ath9k-devel] Test mode to send packets regardless, how to do?

2012-12-01 Thread Eduard GV
Hi John, I tried a 'simplistic' approach of putting the ath9k into 'ad hoc mode', then forcing an arp association with a nonexistent Mac address for a test IP address. That works on cable connected Ethernet… But apparently it doesn't work for 802.11 based things. Try to set AP (aka

Re: [ath9k-devel] PHY counter hard coded values in reg.h

2012-12-01 Thread abhinav narain
0x24 is 36, indexing into one of 36 in the enum list, so that part I suppose is right.. I checked setting the mask to 0x in reg.h and found no difference in the counts of other PHY error counters incrementing, hence I suppose the mask is also fine; may be AR9820 doesn't have the hardware

[ath9k-devel] [PATCH] ath9k_htc: update RSSI values only when the device is associated

2012-12-01 Thread Bernhard Urban
add an if-guard, otherwise iw(8) reports weird signal strengths. The behaviour was fine before this commit: 7c277349ecbd66e19fad3d949fa6ef6c131a3b62 This patch is therefore a partially revert of it. Tested with TP-Link TL-WN722N Thanks to indoo.rs http://indoo.rs/ for sponsoring Reported-by:

Re: [ath9k-devel] resolution of ath9k_hw_gettsf64() and time calculations

2012-12-01 Thread Adrian Chadd
They're the same resolution - microsecond. Adrian Sent from my Palm Pre on ATT -- On Dec 1, 2012 12:47 AM, abhinav narain abhinavnarai...@gmail.com wrote: hi Adrain, While calculating the time of contention: http://pastebin.com/KBSg9Ddy I have used the

Re: [ath9k-devel] ath9k_htc test release: please test

2012-12-01 Thread Christian Lamparter
On Thursday 29 November 2012 00:50:59 Adrian Chadd wrote: Hi all, I've done an updated build of the ath9k_htc firmware images. I don't currently have a HTC setup working so this is just a recompilation of the current firmware. http://dev.qca.qualcomm.com/~adrian/htc/20121128/ Please

Re: [ath9k-devel] [PATCH] ath9k_htc: update RSSI values only when the device is associated

2012-12-01 Thread Bernhard Urban
On Sat, Dec 1, 2012 at 9:21 PM, Bernhard Urban lew...@gmail.com wrote: add an if-guard, otherwise iw(8) reports weird signal strengths. The behaviour was fine before this commit: 7c277349ecbd66e19fad3d949fa6ef6c131a3b62 This patch is therefore a partially revert of it. Tested with TP-Link