#9654: ath: DMA failed to stop in 10 ms
------------------------+-----------------------------------
  Reporter:  anonymous  |      Owner:  nbd
      Type:  defect     |     Status:  reopened
  Priority:  normal     |  Milestone:  Barrier Breaker 14.07
 Component:  kernel     |    Version:  Trunk
Resolution:             |   Keywords:  atheros
------------------------+-----------------------------------

Comment (by anonymous):

 It seems we don't have any definitive solution for this case. I tried
 several different configuration, different OpenWRT versions, no luck.
 I could, however, make it more stable, by adding a script that regularly
 turns wifi off and on again. I run this script each 8 hours, and, since
 then, I didn't experienced the problem. I've been running this setup for
 over two weeks now. The script is below:


 {{{
 #!/bin/ash
 logger "==> Disabling WiFi <=="
 wifi down
 logger "==> Waiting . . . <=="
 sleep 4s
 logger "==> Enabling WiFi <=="
 wifi

 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/9654#comment:566>
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