#20063: Wifi drops on 5Ghz - Chaos Chalmer RC2 (TP Link Archer C7)
--------------------------+------------------------
  Reporter:  fjs_0910@…   |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:
--------------------------+------------------------

Comment (by The_Ripper):

 I had this issue. Today I was capable to solve it in Tp-Link Archer C7 v2.


 Ssh, go to /etc/config and edit the "wireless" file. In the wifi-iface
 where you define your Wifi SSID, you have to add this: option
 disassoc_low_ack '0'

 You'll  have something like this:

 config wifi-iface
     option device   radio1
     option network  lan
     option mode     ap
     option ssid     OpenWrt
     option encryption psk2
     option key       thisisnotagoodpassword
     option disassoc_low_ack 0

 After this, my wifi connection is stable and I haven't had any wifi drops.

 I hope that this work for you.

 Tip: This will serve specially if in the System logs appears the message
 "disconnected due to excessive missing ACKs" just before the wifi drops.

--
Ticket URL: <https://dev.openwrt.org/ticket/20063#comment:14>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to