Skip to content

Commit 8e84cd2

Browse files
committed
[airos] remove channel brandwidth setter
as there is no support for setting the channel brandwidth
1 parent 45acb46 commit 8e84cd2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

netjsonconfig/backends/airos/converters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ def to_intermediate(self):
355355
user_configs = {
356356
'devname': r['name'],
357357
'txpower': r.get('tx_power', 24),
358-
'chanbw': r.get('channel_width', 0),
359358
}
360359
base.update(user_configs)
361360
radios.append(base)

0 commit comments

Comments
 (0)