Newer OpenWrt versions put  the device path in the wifi sections
>> instead of the MAC address.
>
> This is a recent build from Trunk, could you give me an example of
> what's needed? I'm not seeing it in the autogenerated config.

I have several 3700/3800 and my wifi config names the "phy" instead of the mac address: There is no mac option at all, but the included 'phy' is enough to prevent creating new radio sections as the wireless autoconfig associates the radios correctly.


config wifi-device 'radio0'
        option type 'mac80211'
        option phy 'phy0'
        option hwmode '11ng'
...
config wifi-device 'radio1'
        option type 'mac80211'
        option channel '36'
        option phy 'phy1'

This alternative approach is documented in the uci wireless article in wiki, but rather vaguely. Read the explanation for 'phy': http://wiki.openwrt.org/doc/uci/wireless#wifi.devices

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to