Searched refs:aggr_enable (Results 1 – 2 of 2) sorted by relevance
722 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()
137 u8 aggr_enable; member