Revert "kernel-module-qualcomm: create wlan virtual interface"
Don't create the wlan1 interface automatically to improve the general
performance of the wireless interface.
This reverts commit a5ae6a5b3c.
https://jira.digi.com/browse/DEL-6353
This commit is contained in:
parent
26df169ea2
commit
9f76a50e57
|
|
@ -106,10 +106,4 @@ LOGLEVEL="$(sed -ne 's,^kernel.printk[^=]*=[[:blank:]]*\(.*\)$,\1,g;T;p' /etc/sy
|
||||||
modprobe wlan enable_p2p=0
|
modprobe wlan enable_p2p=0
|
||||||
|
|
||||||
# Verify the interface is present
|
# Verify the interface is present
|
||||||
if [ -d "/sys/class/net/wlan0" ]; then
|
[ -d "/sys/class/net/wlan0" ] || log "3" "[ERROR] Loading qca6564 module"
|
||||||
# Create 'wlan1' virtual interface
|
|
||||||
VIRTWLANS_OUT="$(virtwlans.sh)"
|
|
||||||
[ -n "${VIRTWLANS_OUT}" ] && log "3" "${VIRTWLANS_OUT}"
|
|
||||||
else
|
|
||||||
log "3" "[ERROR] Loading qca6564 module"
|
|
||||||
fi
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue