From: Jouni Malinen Date: Tue, 5 May 2009 17:35:15 +0000 (+0300) Subject: mac80211: Comment the order of HT RX reorder handler vs. RX handlers X-Git-Tag: v2.6.31-rc1~330^2~448^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec6795210db6ba3f4592056d41ac5b1ab41e980;p=pandora-kernel.git mac80211: Comment the order of HT RX reorder handler vs. RX handlers We are currently processing block ack reordering as a separate task before all other RX handlers. In theory, this is wrong since this step should be done only after duplicate removal (see Figure 6-1 in IEEE 802.11n). However, moving this needs some work and the current situation is not too bad. Add a comment here so that this small detail does not get forgotten and who knows, maybe someone has some extra time to take a look at cleaning this up. Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed