cmsv wrote:
> According to:
> ~# iw phy phy0 info | grep -i ant
>       Available Antennas: TX 0x7 RX 0x7
>       Configured Antennas: TX 0x7 RX 0x7
> 
> 0x7 is the same as wireless.radio0.txantenna=7 which is not 1, 2 or 3.
> or am i wrong ? Where exactly is antenna 7 ?

According to "iw --help|grep -i ant" it looks as if this is not an 
antenna number but a bitfield. That means that the first antenna has a 
value 0f 1, the second antenna has a value of 2 and the third antenna 
has a value of 4. You can then select any number of antennas by adding 
the individual values. And a value of 7 means that all antennas are in 
use. But I can't tell you the association of the physical antennas and 
the bit values.


Nils
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to