All of lore.kernel.org
 help / color / mirror / Atom feed
* Can the ath10k driver support more than one MAC address?
@ 2016-12-20 22:35 Gordon, Charles
  2016-12-21  8:18 ` Janusz Dziedzic
  0 siblings, 1 reply; 4+ messages in thread
From: Gordon, Charles @ 2016-12-20 22:35 UTC (permalink / raw)
  To: ath10k@lists.infradead.org

Hi,

We are trying to use the ath10k driver in an embedded application.  We want to support a wifi client with multiple access points.  Does the ath10k driver support this?  Can the ath10k hardware and driver support multiple simultaneous MAC addresses?  Can it support multiple APs?

Thanks for any information.

Charles

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

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

* Re: Can the ath10k driver support more than one MAC address?
  2016-12-20 22:35 Gordon, Charles
@ 2016-12-21  8:18 ` Janusz Dziedzic
  0 siblings, 0 replies; 4+ messages in thread
From: Janusz Dziedzic @ 2016-12-21  8:18 UTC (permalink / raw)
  To: Gordon, Charles; +Cc: ath10k@lists.infradead.org

On 20 December 2016 at 23:35, Gordon, Charles <Charles.Gordon@digi.com> wrote:
> Hi,
>
> We are trying to use the ath10k driver in an embedded application.  We want to support a wifi client with multiple access points.  Does the ath10k driver support this?  Can the ath10k hardware and driver support multiple simultaneous MAC addresses?  Can it support multiple APs?
>
iw wlan0 interface add wlan0_1 type managed
ifconfig wlan0_1 hw ether <new_mac>

Depends on HW you have, some ath10k support single/multi channel concurrency.
You can check this using
iw phyX info - and next check valid combinations (channels <= 1 mean
SCC, so best if you have <= 2)

BR
Janusz

> Thanks for any information.
>
> Charles
>
> _______________________________________________
> 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] 4+ messages in thread

* Re: Can the ath10k driver support more than one MAC address?
@ 2016-12-21  8:29 Adrian Chadd
  2016-12-21 13:21 ` Ben Greear
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Chadd @ 2016-12-21  8:29 UTC (permalink / raw)
  To: Janusz Dziedzic; +Cc: Gordon, Charles, ath10k@lists.infradead.org

hiya,

This is the kind of thing that Ben Greear has spent a lot of time
debugging in his firmware branch.


-adrian


On 21 December 2016 at 00:18, Janusz Dziedzic <janusz.dziedzic@tieto.com> wrote:
> On 20 December 2016 at 23:35, Gordon, Charles <Charles.Gordon@digi.com> wrote:
>> Hi,
>>
>> We are trying to use the ath10k driver in an embedded application.  We want to support a wifi client with multiple access points.  Does the ath10k driver support this?  Can the ath10k hardware and driver support multiple simultaneous MAC addresses?  Can it support multiple APs?
>>
> iw wlan0 interface add wlan0_1 type managed
> ifconfig wlan0_1 hw ether <new_mac>
>
> Depends on HW you have, some ath10k support single/multi channel concurrency.
> You can check this using
> iw phyX info - and next check valid combinations (channels <= 1 mean
> SCC, so best if you have <= 2)
>
> BR
> Janusz
>
>> Thanks for any information.
>>
>> Charles
>>
>> _______________________________________________
>> 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

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

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

* Re: Can the ath10k driver support more than one MAC address?
  2016-12-21  8:29 Can the ath10k driver support more than one MAC address? Adrian Chadd
@ 2016-12-21 13:21 ` Ben Greear
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Greear @ 2016-12-21 13:21 UTC (permalink / raw)
  To: Adrian Chadd, Janusz Dziedzic; +Cc: Gordon, Charles, ath10k@lists.infradead.org

Yeah, seems to work fine for me with CT firmware.

It can probably work OK with stock FW too.

Thanks,
Ben

On 12/21/2016 12:29 AM, Adrian Chadd wrote:
> hiya,
>
> This is the kind of thing that Ben Greear has spent a lot of time
> debugging in his firmware branch.
>
>
> -adrian
>
>
> On 21 December 2016 at 00:18, Janusz Dziedzic <janusz.dziedzic@tieto.com> wrote:
>> On 20 December 2016 at 23:35, Gordon, Charles <Charles.Gordon@digi.com> wrote:
>>> Hi,
>>>
>>> We are trying to use the ath10k driver in an embedded application.  We want to support a wifi client with multiple access points.  Does the ath10k driver support this?  Can the ath10k hardware and driver support multiple simultaneous MAC addresses?  Can it support multiple APs?
>>>
>> iw wlan0 interface add wlan0_1 type managed
>> ifconfig wlan0_1 hw ether <new_mac>
>>
>> Depends on HW you have, some ath10k support single/multi channel concurrency.
>> You can check this using
>> iw phyX info - and next check valid combinations (channels <= 1 mean
>> SCC, so best if you have <= 2)
>>
>> BR
>> Janusz
>>
>>> Thanks for any information.
>>>
>>> Charles
>>>
>>> _______________________________________________
>>> 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
>
> _______________________________________________
> 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] 4+ messages in thread

end of thread, other threads:[~2016-12-21 13:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-21  8:29 Can the ath10k driver support more than one MAC address? Adrian Chadd
2016-12-21 13:21 ` Ben Greear
  -- strict thread matches above, loose matches on Subject: below --
2016-12-20 22:35 Gordon, Charles
2016-12-21  8:18 ` Janusz Dziedzic

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.