Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3267 - mesh_param net setting from mac80211.sh #8468

Closed
openwrt-bot opened this issue Aug 3, 2020 · 0 comments
Closed

FS#3267 - mesh_param net setting from mac80211.sh #8468

openwrt-bot opened this issue Aug 3, 2020 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

thelinuxdude:

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant