All of lore.kernel.org
 help / color / mirror / Atom feed
* Netlink Antenna Support
@ 2015-04-29 20:24 Brandon Enochs
  2015-04-29 22:53 ` Ben Greear
  0 siblings, 1 reply; 3+ messages in thread
From: Brandon Enochs @ 2015-04-29 20:24 UTC (permalink / raw)
  To: ath10k

Does anyone know if the ath10k driver will, at some point, support
netlink antenna masking?  The ath9k card supported this.  Further,
will multiple antenna/signal strength pairs be supported like in the
ath9k driver?

Thanks,
Brandon

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Netlink Antenna Support
  2015-04-29 20:24 Netlink Antenna Support Brandon Enochs
@ 2015-04-29 22:53 ` Ben Greear
  2015-04-30  0:22   ` Michael Ney
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Greear @ 2015-04-29 22:53 UTC (permalink / raw)
  To: Brandon Enochs; +Cc: ath10k

On 04/29/2015 01:24 PM, Brandon Enochs wrote:
> Does anyone know if the ath10k driver will, at some point, support
> netlink antenna masking?  The ath9k card supported this.  Further,
> will multiple antenna/signal strength pairs be supported like in the
> ath9k driver?

ath10k supports setting the antennas in use (nss).  You can use chains: 0, 0+1, or 0+1+2,
just like ath9k.

I don't think ath10k has any logic to report any of the details about antenna signal
strength for received frames.

Thanks,
Ben

> 
> Thanks,
> Brandon
> 
> _______________________________________________
> ath10k mailing list
> ath10k@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k
> 


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Netlink Antenna Support
  2015-04-29 22:53 ` Ben Greear
@ 2015-04-30  0:22   ` Michael Ney
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Ney @ 2015-04-30  0:22 UTC (permalink / raw)
  To: Ben Greear, Brandon Enochs; +Cc: ath10k

Per-antenna rssi is provided by ath10k firmware, but is not currently processed by the driver; the driver only reports the combined rssi (rssi_comb field). You can look at the rx_ppdu_start structure in rx_desc.h to see the rssi data available. I have verified that the pri20_mhz appears to report correctly on the CT firmware (eyeballed, not empirical), but I have not looked at any of the extension channel rssi's.

I think all that should be needed for the primary channel rssi's would be to implement something similar to ath9k's common.c "ath9k_cmn_process_rssi" function for iterating over the chains into ath10k's htt_rx.c "ath10k_htt_rx_h_signal" function.

Michael

> On Apr 29, 2015, at 6:53 PM, Ben Greear <greearb@candelatech.com> wrote:
> 
> On 04/29/2015 01:24 PM, Brandon Enochs wrote:
>> Does anyone know if the ath10k driver will, at some point, support
>> netlink antenna masking?  The ath9k card supported this.  Further,
>> will multiple antenna/signal strength pairs be supported like in the
>> ath9k driver?
> 
> ath10k supports setting the antennas in use (nss).  You can use chains: 0, 0+1, or 0+1+2,
> just like ath9k.
> 
> I don't think ath10k has any logic to report any of the details about antenna signal
> strength for received frames.
> 
> Thanks,
> Ben
> 
>> 
>> Thanks,
>> Brandon
>> 
>> _______________________________________________
>> ath10k mailing list
>> ath10k@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/ath10k
>> 
> 
> 
> -- 
> Ben Greear <greearb@candelatech.com>
> Candela Technologies Inc  http://www.candelatech.com
> 
> 
> _______________________________________________
> ath10k mailing list
> ath10k@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/ath10k


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-30  0:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-29 20:24 Netlink Antenna Support Brandon Enochs
2015-04-29 22:53 ` Ben Greear
2015-04-30  0:22   ` Michael Ney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.