Skip to content
Snippets Groups Projects
  • chrissi^'s avatar
    3e8eeae6
    ath9k: Add RX inactivity detection and reset chip when it occurs · 3e8eeae6
    chrissi^ authored
    This patch was suggested to fix an issue we observe, in which the TX and
    RX queues of respondd fill up until it does not respond anymore.
    We have observed that setting the device down and up using ubus:
    
    > ubus call network.interface.mesh_radio1 down
    > ubus call network.interface.mesh_radio1 up
    
    fixes the issue for us.
    
    Using `iw scan` as suggested in the patch, however, does not help.
    We are now adding this patch to observe if it changes the behaviour
    of the nodes in our net.
    3e8eeae6
    History
    ath9k: Add RX inactivity detection and reset chip when it occurs
    chrissi^ authored
    This patch was suggested to fix an issue we observe, in which the TX and
    RX queues of respondd fill up until it does not respond anymore.
    We have observed that setting the device down and up using ubus:
    
    > ubus call network.interface.mesh_radio1 down
    > ubus call network.interface.mesh_radio1 up
    
    fixes the issue for us.
    
    Using `iw scan` as suggested in the patch, however, does not help.
    We are now adding this patch to observe if it changes the behaviour
    of the nodes in our net.