msm8937-common: Update Wifi Configs from LA.UM.6.6.r1-09000-89xx.0
* Remove dead fstman.ini
This commit is contained in:
parent
081f77447d
commit
90698eb4ad
3 changed files with 46 additions and 25 deletions
|
@ -27,6 +27,5 @@ PRODUCT_COPY_FILES += \
|
|||
$(VENDOR_PATH)/wifi/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(VENDOR_PATH)/wifi/fstman.ini:system/etc/wifi/fstman.ini \
|
||||
$(VENDOR_PATH)/wifi/firmware/WCNSS_cfg.dat:system/etc/firmware/wlan/prima/WCNSS_cfg.dat \
|
||||
$(VENDOR_PATH)/wifi/firmware/WCNSS_qcom_cfg.ini:system/etc/wifi/WCNSS_qcom_cfg.ini
|
||||
|
|
|
@ -477,6 +477,52 @@ gTcpDelAckThresholdHigh=17000
|
|||
#Delack set lower limit
|
||||
gTcpDelAckThresholdLow=12000
|
||||
|
||||
# Enable or Disable DHCP Server offload
|
||||
# 1=Enable, 0=Disable (default)
|
||||
gDHCPServerOffloadEnable=0
|
||||
|
||||
# Set max number of DHCP Clients
|
||||
# Its value could not be greater than 2(default)
|
||||
#gDHCPMaxNumClients=2
|
||||
|
||||
# Set DHCP server IP
|
||||
# 4th field could not be greater than 99, that is xxx.xxx.xxx.0 ~ xxx.xxx.xxx.99
|
||||
# 1st field could not be within the range of 224 ~ 239 (multicast IP address)
|
||||
# 192.168.1.2(default)
|
||||
#gDHCPServerIP=192.168.1.2
|
||||
|
||||
# Set DHCP pool start Lsb
|
||||
# min 100 (default)
|
||||
# max 255
|
||||
gDHCPStartLsb=100
|
||||
|
||||
# mDNS enable
|
||||
gMDNSOffloadEnable=1
|
||||
# mDNS FQDN query
|
||||
gMDNSFqdn="_GoProRemote._tcp.local"
|
||||
# mDNS UFQDN query
|
||||
gMDNSUniqueFqdn="service._GoProRemote._tcp.local"
|
||||
# mDNS response typeA
|
||||
gMDNSResponseTypeA="goprobp-D89685121212.local"
|
||||
# mDNS response typeAIpv4Addr
|
||||
gMDNSResponseTypeAIpv4Addr=0xc0a80102
|
||||
# mDNS response typeTXT
|
||||
gMDNSResponseTypeTXT="GoProBP-D89685121212._GoProRemote._tcp.local"
|
||||
# mDNS response typeTXTContent
|
||||
gMDNSResponseTypeTXTContent="Device=HERO 3+-BAWA Model=BAWA Version=HD3.11.02.00 Wifi Version=4.0.36.0 Protocol Version=2"
|
||||
# mDNS response typePTR
|
||||
gMDNSResponseTypePTR="_GoProRemote._tcp.local"
|
||||
# mDNS response typePTRDomainName
|
||||
gMDNSResponseTypePTRDomainName="GoProBP-D89685121212._GoProRemote._tcp.local"
|
||||
# mDNS response typeSRV
|
||||
gMDNSResponseTypeSRV="GoProBP-D89685121212._GoProRemote._tcp.local"
|
||||
# mDNS response typeSRVTarget
|
||||
gMDNSResponseTypeSRVTarget="goprobp-D89685121212.local"
|
||||
# mDNS response typeSRVPriority
|
||||
gMDNSResponseTypeSRVPriority=0
|
||||
# mDNS response typeSRVWeight
|
||||
gMDNSResponseTypeSRVWeight=0
|
||||
|
||||
END
|
||||
|
||||
# Note: Configuration parser would not read anything past the END marker
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
[fst_manager]
|
||||
ctrl_iface=/data/misc/wifi/hostapd/global
|
||||
groups=bond0
|
||||
|
||||
[bond0]
|
||||
interfaces=wlan0,wlan1
|
||||
mux_type=bonding
|
||||
mux_ifname=bond0
|
||||
mux_managed=1
|
||||
mac_address_by=wlan0
|
||||
rate_upgrade_master=wlan0
|
||||
txqueuelen=100
|
||||
rate_upgrade_acl_file=/data/misc/wifi/fst_rate_upgrade.accept
|
||||
|
||||
[wlan0]
|
||||
priority=100
|
||||
default_llt=3600
|
||||
|
||||
[wlan1]
|
||||
priority=110
|
||||
wpa_group=GCMP
|
||||
wpa_pairwise=GCMP
|
||||
hw_mode=ad
|
||||
channel=2
|
Loading…
Reference in a new issue