From: Johannes Berg Date: Thu, 29 Sep 2011 14:04:28 +0000 (+0200) Subject: mac80211: also expire filtered frames X-Git-Tag: v3.2-rc1~129^2~104^2^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60750397122fe0fb81a6e52fd790b3f749b6e010;p=pandora-kernel.git mac80211: also expire filtered frames mac80211 will expire normal PS-buffered frames, but if the device rejected some frames for a sleeping station, these won't be on the ps_tx_buf queue but on the tx_filtered queue instead; this is done to avoid reordering. However, mac80211 will not expire frames from the filtered queue, let's fix that. Also add a more comments to what all this expiry is doing and how it works. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed