[FS#3267] mesh_param net setting from mac80211.sh

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Mon Aug 3 15:15:14 EDT 2020


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Craig Matsuura (thelinuxdude) 

Attached to Project - OpenWrt/LEDE Project
Summary - mesh_param net setting from mac80211.sh
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Medium
Priority - Very Low
Reported Version - openwrt-18.06
Due in Version - Undecided
Due Date - Undecided
Details - I tried this on 17.01 and 18.06 with mtk7612 and it did not set the values.  If I had set the values with the iw command it works.  I believe the radio is not in a state that is ready for those commands in the mac80211.sh script.

You can see the value is being passed in an failing.

Mon Aug  3 18:40:26 2020 user.notice mac80211: Failed command: iw dev wlan0 set mesh_param mesh_hwmp_rootmode 1
Mon Aug  3 18:40:26 2020 user.notice mac80211: Failed command: iw dev wlan0 set mesh_param mesh_gate_announcements 1

Confirmed using iw dev wlan0 get mesh_param mesh_hwmp_rootmode


Supply the following if possible:
 - Device problem occurs on: MT7612 (5GHz)
 - Software versions of OpenWrt/LEDE release, packages, etc.: 17.1, 18.06
 - Steps to reproduce:

Set values in the /etc/config/wireless
config wifi-device 'radio1'
        option type 'mac80211'
        option path 'pci0000:00/0000:00:00.0/0000:01:00.0'
        option hwmode '11ac'
        option disabled '0'
        option country 'US'
        option txpower '23'
        option greenfield '0'

   
 config wifi-iface
        option device 'radio1'
        option network 'lan'
        option mode 'mesh'
        option mesh_id 'my_mesh_id'
        option encryption 'psk2+ccmp'
        option key 'password_mesh'
        option short_preamble '1'
        option disabled '0'
        option mesh_hwmp_rootmode '1'
        option mesh_gate_announcements '1'


More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3267

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list