projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7fc633
)
mac80211: add comment about reordering
author
Johannes Berg
<
[email protected]
>
Tue, 15 Mar 2011 22:17:01 +0000
(23:17 +0100)
committer
John W. Linville
<
[email protected]
>
Wed, 30 Mar 2011 18:15:12 +0000
(14:15 -0400)
Took me a minute to figure this out, maybe
it's better documented...
Signed-off-by: Johannes Berg <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
net/mac80211/rx.c
patch
|
blob
|
history
diff --git
a/net/mac80211/rx.c
b/net/mac80211/rx.c
index 5c1930ba8ebe98d1727d014a182e9057d00bced4..82414a6368241b0921eee5a87f13349add729644 100644
(file)
--- a/
net/mac80211/rx.c
+++ b/
net/mac80211/rx.c
@@
-706,6
+706,8
@@
static bool ieee80211_sta_manage_reorder_buf(struct ieee80211_hw *hw,
/*
* If the current MPDU is in the right order and nothing else
* is stored we can process it directly, no need to buffer it.
+ * If it is first but there's something stored, we may be able
+ * to release frames after this one.
*/
if (mpdu_seq_num == tid_agg_rx->head_seq_num &&
tid_agg_rx->stored_mpdu_num == 0) {