From mboxrd@z Thu Jan 1 00:00:00 1970 From: SW 222727 Date: Sun, 20 Feb 2011 17:24:28 +0100 Subject: [ath9k-devel] Get RSSI from each antenna ? Message-ID: <4D61403C.2000305@swing.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Hi ! I'm working on a master thesis where I (desperately) need to get the values of the RSSI at _*EACH*_ antenna (not just the best one, an average or any combination). I work with OpenWRT on a AR9103 3x3 chipset (so I need 3 RSS values), but I found no way to retrieve them from driver. Is there any way to get them, through the /proc/ filesystem, or iwpriv calls, or any utility ? On the mailing list I saw that Rakesh Kumar mentioned these variables : ts_rssi_ctlX and ts_rssi_extX ; they seem to be what I need, any way to retrieve them (if possible without having to recompile the driver itself, my skills are limited and it's not easy on OpenWRT). Thanks for any answer ! Peace.