From: Helmut Schaa Date: Mon, 14 Jun 2010 20:10:09 +0000 (+0200) Subject: rt2x00: Fix IEEE80211_TX_CTL_MORE_FRAMES handling X-Git-Tag: v2.6.36-rc1~571^2~540^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2606e4223e21c047521cdd3f849db59c2ef99e6a;p=pandora-kernel.git rt2x00: Fix IEEE80211_TX_CTL_MORE_FRAMES handling IEEE80211_TX_CTL_MORE_FRAMES indicates that more frames are queued for tx but has nothing to do with fragmentation. Hence, don't set ENTRY_TXD_MORE_FRAG but only ENTRY_TXD_BURST to not kick the tx queues immediately. Signed-off-by: Helmut Schaa Acked-by: Gertjan van Wingerde Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed