2013-04-26 16:57:47

by Jonathan Bagg

[permalink] [raw]
Subject: Ath6kl: how to set custom mac address?

Is there a way to set the mac address on an ath6kl device? For example
when loading the module?

insmod ath6kl_core.ko mac=55:66:77:88:AA:BB

or with ifconfig / ip?

Jon





2013-06-01 12:33:42

by Kalle Valo

[permalink] [raw]
Subject: Re: Ath6kl: how to set custom mac address?

<[email protected]> writes:

> Is there a way to set the mac address on an ath6kl device? For example
> when loading the module?
>
> insmod ath6kl_core.ko mac=55:66:77:88:AA:BB
>
> or with ifconfig / ip?

This is not supported at the moment, sorry.

--
Kalle Valo

2013-06-04 15:58:10

by Jonathan Bagg

[permalink] [raw]
Subject: Ath6kl feature request - list hw capabilities

Using "iw list" with ath6k doesn't list any Capabilities like other
drivers do. Example using "iw list" with ath9k.....

Band 1:
Capabilities: 0x11ee
HT20/HT40
SM Power Save disabled
RX HT20 SGI
RX HT40 SGI
TX STBC
RX STBC 1-stream
Max AMSDU length: 3839 bytes
DSSS/CCK HT40
Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
Minimum RX AMPDU time spacing: 8 usec (0x06)
HT TX/RX MCS rate indexes supported: 0-15
Frequencies:

Jon