Skip to content

Commit

Permalink
modules/luci-mod-network: add option 256QAM
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpt52 committed Jan 14, 2025
1 parent 1a33432 commit 10ca49f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,9 @@ return view.extend({
o.datatype = 'range(15,65535)';
o.placeholder = 100;
o.rmempty = true;

o = ss.taboption('advanced', form.Flag, 'vendor_vht', _('256QAM'), _('Enable 256QAM modulation. May not supported by some hardware!'));
o.rmempty = true;
}


Expand Down

0 comments on commit 10ca49f

Please sign in to comment.