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

/drivers/net/wireless/mwifiex/
H A Dtxrx.c157 struct sk_buff *skb, int aggr, int status)
189 if (aggr)
156 mwifiex_write_data_complete(struct mwifiex_adapter *adapter, struct sk_buff *skb, int aggr, int status) argument
/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c708 struct ath9k_htc_target_aggr aggr; local
716 memset(&aggr, 0, sizeof(struct ath9k_htc_target_aggr));
719 aggr.sta_index = ista->index;
720 aggr.tidno = tid & 0xf;
721 aggr.aggr_enable = (action == IEEE80211_AMPDU_TX_START) ? true : false;
723 WMI_CMD_BUF(WMI_TX_AGGR_ENABLE_CMDID, &aggr);
727 (aggr.aggr_enable) ? "start" : "stop", sta->addr, tid);
731 (aggr.aggr_enable) ? "Starting" : "Stopping",
735 ista->tid_state[tid] = (aggr.aggr_enable && !ret) ? AGGR_START : AGGR_STOP;
H A Dxmit.c1249 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); local
1282 if (aggr && (bf == bf_first) &&
1291 if (!aggr)
1303 if (aggr) {
1305 info.aggr = AGGR_BUF_FIRST;
1307 info.aggr = AGGR_BUF_LAST;
1309 info.aggr = AGGR_BUF_MIDDLE;
1366 bool aggr, last = true; local
1378 aggr = !!(tx_info->flags & IEEE80211_TX_CTL_AMPDU);
1379 if ((aggr
[all...]
H A Dmac.h689 enum aggr_type aggr; member in struct:ath_tx_info
/drivers/net/wireless/rt2x00/
H A Drt2800lib.c865 int aggr, ampdu; local
877 aggr = rt2x00_get_field32(status, TX_STA_FIFO_TX_AGGRE);
895 if (unlikely(aggr == 1 && ampdu == 0 && real_mcs != mcs)) {
900 if (aggr == 1 || ampdu == 1)
/drivers/net/wireless/ath/ath6kl/
H A Dcore.h324 bool aggr; member in struct:rxtid
337 * Some of the other fields like hold_q_sz, win_sz and aggr are
339 * deleting aggr state all the pending buffers are flushed before

Completed in 2370 milliseconds