Results 19 comments of Joel Stein

I would generally advise against installing TWRP permanently on devices that don't use a separate recovery partition like the FP3. To install TWRP the ramdisk of the boot partition needs...

@EuclidGH, the patches just implement the modifications to the ath9k-driver. They can just be placed into the openwrt-buildroot (package/kernel/mac80211/patches/) so the OpenWRT build-system can patch ath9k directly.

@niklasser which patch did you use? I am using openwrt trunk and added my patch as 560-ath9k... whis is the last patch for ath9k.

@niklasser, thanks for your patch. Now with your patch it seems I am unable to receive anything when sending from one (patched) AP to another (patched) AP, it just sits...

I am using "%d", as is done with payload_len which is also defined as uint16_t: `printf("Recv %dth msg with rate: 0x%02x | payload len: %d | csi len: %d\n",total_msg_cnt,csi_status->rate,csi_status->payload_len,csi_status->csi_len);` I...

@scholz thanks for the input, I did try it both ways. @niklasser I have one AP configured as AP and the other connected as a client. The connection itself is...

@xieyaxiongfly Thanks for your reply, and for uploading the bin. It seems using the bin from the new repo (openwrt-ar71xx-generic-tl-wa901nd-v4-squashfs-sysupgrade.bin) I am hstill having the same issues. Sending data from...

I can't seem to get anything with one AP as client, I am also wondering what could cause the latency to be that high: ``` root@OpenWrt:~# ping 192.168.1.1 PING 192.168.1.1...

I now also have a laptop fitted with an AR9380 module and did some further testing. When it is connected as a client to the TP-Link AP i can receive...