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:
Gabriel Valcazar 2019-03-21 16:19:20 +01:00
parent 26df169ea2
commit 9f76a50e57
1 changed files with 1 additions and 7 deletions

View File

@ -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