From: Helmut Schaa Date: Tue, 29 Jun 2010 19:38:12 +0000 (+0200) Subject: rt2x00: Implement tx mpdu aggregation X-Git-Tag: v2.6.36-rc1~571^2~385^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df90809f79b765fd4e8868c2b182d948f198a17;p=pandora-kernel.git rt2x00: Implement tx mpdu aggregation In order to implement tx mpdu aggregation we only have to implement the ampdu_action callback such that mac80211 allows negotiation of blockack sessions. The hardware will handle everything on its own as long as the ampdu flag in the TXWI struct is set up correctly and we translate the tx status correctly. For now, refuse requests to start rx aggregation. Signed-off-by: Helmut Schaa Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed