widora(MT7688):OpenWrt release 0.1.5
-
fix bug:
- 当widora作为apcli0去连接widora的AP时,只能ping通外网但无法正常上网的问题。
changelog:
-
WiFi驱动由V1.0升级到V1.1。
-
WiFi启动脚本放弃了MT7620的那种,改用Linkit的,因为Linkit的在做中继模式时处理的更好。
-
增加wifi_mode脚本,可以加ap,apsta,sta参数设置WiFi工作模式
-
固件ssh的用户名为root,密码12345678
-
WiFi配置脚本格式如下:
config wifi-iface 'ap' option device 'radio0' option mode 'ap' option network 'lan' option ifname 'ra0' option ssid 'Widora-xxxx' option encryption 'psk2' option key 'xxxxxxxxxx' config wifi-iface 'sta' option device 'radio0' option mode 'sta' option network 'wan' option ifname 'apcli0' option led 'mediatek:orange:wifi' option ssid 'UplinkAp' option key 'SecretKey' option encryption 'psk2' option disabled '1'
source code
firmware
0_1486448335542_openwrt-mt7688-Widora-0.1.5.bin
0_1486448344310_openwrt-mt7688-Widora32M-0.1.5.bin
-
这个版本的wifi启动时间比老版本慢了 6 秒, 能优化一下时间吗?
[ 22.810000] |--------------------------------------------------------|
[ 22.810000] |------------Widora wifi driver--version:1.1-------------|
[ 22.820000] |Copyright 2016-2017 by YuanChenMang. All rights reserved|
[ 22.830000] | This Driver licensing-only runs on Widora! |
[ 22.830000] | Found bug? Please contact widora@qq.com , thanks! |
[ 22.840000] |--------------------------------------------------------|
[ 22.850000] mt7628_set_ed_cca: TURN OFF EDCCA mac 0x10618 = 0xd7083f0f
[ 22.850000] WiFi Startup Cost (ra0): 6.450s
-
老版本wifi启动只需要 0.800s
[ 16.420000] |--------------------------------------------------------|
[ 16.430000] |---------------------Widora wifi driver-----------------|
[ 16.440000] |---------------------version:1.0------------------------|
[ 16.440000] |Copyright 2016 by YuanChenMang/mango.All rights reserved|
[ 16.450000] | This Driver licensing-only runs on Widora! |
[ 16.460000] |--------------------------------------------------------|
[ 16.460000]
[ 16.460000]
[ 16.480000] RT28xx_Monitor_Init: 869 !!!!####!!!!!!
[ 16.490000] mt7628_set_ed_cca: TURN OFF EDCCA mac 0x10618 = 0xd7083f0f
[ 16.490000] WiFi Startup Cost (ra0): 0.800s
-