From: Ron Rindjunsky Date: Tue, 25 Dec 2007 15:00:32 +0000 (+0200) Subject: mac80211: A-MPDU Rx add MLME structures X-Git-Tag: v2.6.25-rc1~1162^2~846 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aae2880618471cfa679ca22531b88990bee9bf8;p=pandora-kernel.git mac80211: A-MPDU Rx add MLME structures This patch adds the needed structures to describe the Rx aggregation MLME per STA new: - struct tid_ampdu_rx: TID aggregation information (Rx) - struct sta_ampdu_mlme: MLME aggregation information for STA changed: - struct sta_info: ampdu_mlme added to describe A-MPDU MLME per STA, and timer_to_tid added to map timer id into TID Signed-off-by: Ron Rindjunsky Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed