PTPT52
PTPT52
but 160Mhz not actually supported by mt7915e, right?
node1: ``` mt7915 11AC ``` node2: ``` mt7612e 11AC ``` ``` top: client----(node1)----mesh----(node2)---internet | iperf3 test: 350Mbps: client
There is not 160Mhz support for MT7915 DBDC chip, so disable for it.
This may fix potential tx hang
Tested on chip mt7613
the full boot log https://gist.github.com/ptpt52/6ce37143871c970668d29eec8d4b23fe sample err log: ``` [ 17.463336] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=24 [ 17.468858] pci 0000:00:01.0: enabling device (0006 -> 0007) [ 17.474723] mt7915e 0000:02:00.0: enabling...
config ``` config wifi-iface 'wifinet2' option device 'radio1' option mode 'mesh' option encryption 'none' option mesh_id 'x-wrt' option mesh_fwding '1' option mesh_rssi_threshold '0' option ifname 'mesh0' option network 'lan' ```...
set `option channel 'auto'` and the 5Ghz wifi would keep in 5Ghz and no wifi signal scan by my phone/PC The latest code in master branch.
connected but only 54Mbps ``` root@X-WRT:~# iwinfo wlan1 assoclist 00:0F:43:26:60:00 -24 dBm / unknown (SNR -24) 0 ms ago RX: 54.0 MBit/s 231448 Pkts. TX: 54.0 MBit/s 172310 Pkts. expected...
1. setup wireless AP + STA, and STA connect ok 2. change /etc/config/wireless and set the STA password key to ‘’ then /etc/init.d/network reload 3. again change /etc/config/wireless and set...