#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 Nyx__):

 @coldfused.

 Hi. Thanks for pointing that out.

 It seems that this patch is already part of the Openwrt tree, see it here:

 
[http://git.openwrt.org/?p=15.05/openwrt.git;a=blob;f=package/kernel/mac80211/patches/351
 -ath9k-fix-DMA-stop-sequence-for-
 AR9003.patch;h=814b0d7a4ad33d99cf53dc51f5596eda6f540902;hb=HEAD
 ]

 I'm not, by no means, expert in the openwrt development architecture. It
 will be good if any of the developers actually confirm that this is part
 of the latest 15.05 release.

 Also, there's a small difference between the two parts (Kernel, OpenWRT),
 I don't know if that makes any difference.


 Kernel:
 {{{
     ath9k_debug_samp_bb_mac(sc);
     ath9k_hw_disable_interrupts(ah);
 }}}
 Openwrt:
 {{{
     ath_stop_ani(sc);
     ath9k_hw_disable_interrupts(ah);
 }}}

 Also, has anyone used DDWRT long enough to confirm this particular issue
 has been resolved?

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