Searched defs:aggr (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c707 struct ath9k_htc_target_aggr aggr; local
715 memset(&aggr, 0, sizeof(struct ath9k_htc_target_aggr));
718 aggr.sta_index = ista->index;
719 aggr.tidno = tid & 0xf;
720 aggr.aggr_enable = (action == IEEE80211_AMPDU_TX_START) ? true : false;
722 WMI_CMD_BUF(WMI_TX_AGGR_ENABLE_CMDID, &aggr);
726 (aggr.aggr_enable) ? "start" : "stop", sta->addr, tid);
730 (aggr.aggr_enable) ? "Starting" : "Stopping",
734 ista->tid_state[tid] = (aggr.aggr_enable && !ret) ? AGGR_START : AGGR_STOP;
H A Dxmit.c1066 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); local
1105 if (aggr) {
1107 info.aggr = AGGR_BUF_FIRST;
1109 info.aggr = AGGR_BUF_LAST;
1111 info.aggr = AGGR_BUF_MIDDLE;
H A Dmac.h685 enum aggr_type aggr; member in struct:ath_tx_info
/drivers/net/wireless/rt2x00/
H A Drt2800lib.c611 int aggr, ampdu; local
623 aggr = rt2x00_get_field32(status, TX_STA_FIFO_TX_AGGRE);
641 if (unlikely(aggr == 1 && ampdu == 0 && real_mcs != mcs)) {
646 if (aggr == 1 || ampdu == 1)
/drivers/net/wireless/ath/ath6kl/
H A Dcore.h211 bool aggr; member in struct:rxtid

Completed in 956 milliseconds