Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dhtc_drv_main.c722 aggr.aggr_enable = (action == IEEE80211_AMPDU_TX_START) ? true : false; in ath9k_htc_tx_aggr_oper()
728 (aggr.aggr_enable) ? "start" : "stop", sta->addr, tid); in ath9k_htc_tx_aggr_oper()
732 (aggr.aggr_enable) ? "Starting" : "Stopping", in ath9k_htc_tx_aggr_oper()
736 ista->tid_state[tid] = (aggr.aggr_enable && !ret) ? AGGR_START : AGGR_STOP; in ath9k_htc_tx_aggr_oper()
A Dhtc.h137 u8 aggr_enable; member

Completed in 9 milliseconds