We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45acb46 commit 8e84cd2Copy full SHA for 8e84cd2
1 file changed
netjsonconfig/backends/airos/converters.py
@@ -355,7 +355,6 @@ def to_intermediate(self):
355
user_configs = {
356
'devname': r['name'],
357
'txpower': r.get('tx_power', 24),
358
- 'chanbw': r.get('channel_width', 0),
359
}
360
base.update(user_configs)
361
radios.append(base)
0 commit comments