From: Johannes Berg Date: Sun, 30 May 2010 12:52:58 +0000 (+0200) Subject: mac80211: fix blockack-req processing X-Git-Tag: v2.6.35-rc2~4^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae5977ff95c03fe6c36a5721c57dcb4bfe4f290;p=pandora-kernel.git mac80211: fix blockack-req processing Daniel reported that the paged RX changes had broken blockack request frame processing due to using data that wasn't really part of the skb data. Fix this using skb_copy_bits() for the needed data. As a side effect, this adds a check on processing too short frames, which previously this code could do. Reported-by: Daniel Halperin Signed-off-by: Johannes Berg Acked-by: Daniel Halperin Signed-off-by: John W. Linville --- Reading git-diff-tree failed