Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/ic



Module Name:    src
Committed By:   dyoung
Date:           Tue Jul 17 01:26:17 UTC 2007

Modified Files:
        src/sys/dev/ic: ath.c athvar.h

Log Message:
Suppress spurious timeouts and avoid wedging in OACTIVE state:

        1 Set or clear OACTIVE as transmit buffers are depleted or
        replenished, respectively.  Do not use 802.11 acknowledgements
        as a criteria for clearing OACTIVE.

        2 Let each transmit queue count down to timeout independently,
        and get rid of the shared countdown (sc_tx_timer).  When
        we add a packet to a transmit queue, restart the queue's
        countdown.  Stop a transmit queue's countdown when the
        queue empties.


To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 src/sys/dev/ic/ath.c
cvs rdiff -r1.20 -r1.21 src/sys/dev/ic/athvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index