mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-08 10:17:52 +01:00
hotplug: net: repeater: remove unused parameter
This commit is contained in:
parent
83dad53f2c
commit
8762fa4f4e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ get_wifi_iface_cfgstr() {
|
|||
[ "$ifname" == "$2" ] && echo "wireless.$1"
|
||||
}
|
||||
config_load wireless
|
||||
config_foreach get_cfgno wifi-iface $1 $2
|
||||
config_foreach get_cfgno wifi-iface $1
|
||||
}
|
||||
|
||||
link=$(cat /sys/class/net/${WANDEV:0:4}/operstate)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue