]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Comment the order of HT RX reorder handler vs. RX handlers
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 5 May 2009 17:35:15 +0000 (20:35 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 May 2009 19:15:05 +0000 (15:15 -0400)
commit0afcc56834c8e4ed2f6c96be5fa541cdbe57efe3
tree6955ded806d462502b2f503ea0e7739ae99e7527
parent16d101ed9221ea179f2d0bbd508f0a0d824c8832
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 <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c