Changeset 3122

Show
Ignore:
Timestamp:
01/08/08 16:59:33 (4 years ago)
Author:
benoit
Message:

Merge madwifi-dfs to trunk : r3121
When hardware queue is full, stop the linux device queue.
This fix a bug where CPU was 100% in softirq context

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • madwifi/trunk/ath/if_ath.c

    r3117 r3122  
    30333033                sc->sc_stats.ast_tx_discard++; 
    30343034                /* queue is full, let the kernel backlog the skb */ 
     3035                netif_stop_queue(dev); 
    30353036                requeue = 1; 
    30363037                goto hardstart_fail;