From: Johannes Berg Date: Fri, 16 May 2008 22:57:13 +0000 (+0200) Subject: mac80211: dont allow fragmentation and requeuing on A-MPDU queues X-Git-Tag: v2.6.27-rc1~969^2~337^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eefce91a384a64c7bbf913eb08c4adfb911c3639;p=pandora-kernel.git mac80211: dont allow fragmentation and requeuing on A-MPDU queues There really is no reason for a driver to reject a frame on an A-MPDU queue when it can stop that queue for any period of time and is given frames one by one. Hence, disallow it with a big warning and reduce mac80211-internal state. Also add a warning when we try to fragment a frame destined for an A-MPDU queue and drop it, the actual bug needs to be fixed elsewhere but I'm not exactly sure how to yet. Signed-off-by: Johannes Berg Cc: Ron Rindjunsky Signed-off-by: John W. Linville --- Reading git-diff-tree failed