View | Details | Raw Unified | Return to bug 218007
Collapse All | Expand All

(-)b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_xmit.c (-2 lines)
Lines 447-454 ar9300_reset_tx_queue(struct ath_hal *ah, u_int q) Link Here
447
             */
447
             */
448
            if (value < 10)
448
            if (value < 10)
449
                value = 10;
449
                value = 10;
450
            if (value < 0)
451
                value = 10;
452
            HALDEBUG(ah, HAL_DEBUG_TXQUEUE,
450
            HALDEBUG(ah, HAL_DEBUG_TXQUEUE,
453
              "%s: defaulting to rdytime = %d uS\n",
451
              "%s: defaulting to rdytime = %d uS\n",
454
              __func__, value);
452
              __func__, value);

Return to bug 218007