commit | 80656c20315558a9bc5c5b7f7c6949fa72277afd | [log] [tgz] |
---|---|---|
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | Mon Jan 28 14:07:16 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 29 15:19:13 2008 -0500 |
tree | 72e6ffb8d410f5cd3d33d29a5bf399a576551be4 | |
parent | 0df3ef45a3d7b59cc53ce4e3611033c6e3b51a1b [diff] |
mac80211: A-MPDU Tx add MLME structures This patch adds the needed structures to describe the Tx aggregation MLME per STA new: - struct tid_ampdu_tx: TID aggregation information (Tx) changed: - struct sta_ampdu_mlme: Tx aggregation information per TID and dialog token creator were added - struct sta_info: tid_to_tx_q added for tid<->tx queue mapping Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>