wifi-scripts: ucode: remove trailing whitespace
Removes trailing whitespace from mac80211.sh Signed-off-by: Florian Maurer <fmaurer@disroot.org> Link: https://github.com/openwrt/openwrt/pull/23607 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
parent
0d747a8edb
commit
010e8b731a
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ function setup() {
|
|||
idx[mode] ??= 0;
|
||||
let mode_idx = idx[mode]++;
|
||||
|
||||
if (!v.config.ifname)
|
||||
if (!v.config.ifname)
|
||||
v.config.ifname = data.ifname_prefix + mode + mode_idx;
|
||||
push(active_ifnames, v.config.ifname);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue