Home
last modified time | relevance | path

Searched refs:TX_BACKOFF_WEIGHT_MIN (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_wlan.c449 #define TX_BACKOFF_WEIGHT_MIN (0) in linux_wlan_txq_task() macro
451 int backoff_weight = TX_BACKOFF_WEIGHT_MIN; in linux_wlan_txq_task()
503 if (backoff_weight > TX_BACKOFF_WEIGHT_MIN) { in linux_wlan_txq_task()
505 if (backoff_weight < TX_BACKOFF_WEIGHT_MIN) in linux_wlan_txq_task()
506 backoff_weight = TX_BACKOFF_WEIGHT_MIN; in linux_wlan_txq_task()