From: Eric Dumazet Date: Mon, 10 Sep 2012 19:22:11 +0000 (+0200) Subject: staging: r8712u: fix bug in r8712_recv_indicatepkt() X-Git-Tag: v3.6-rc6~21^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abf02cfc179bb4bd30d05f582d61b3b8f429b813;p=pandora-kernel.git staging: r8712u: fix bug in r8712_recv_indicatepkt() 64bit arches have a buggy r8712u driver, let's fix it. skb->tail must be set properly or network stack behavior is undefined. Addresses https://bugzilla.redhat.com/show_bug.cgi?id=847525 Addresses https://bugzilla.kernel.org/show_bug.cgi?id=45071 Signed-off-by: Eric Dumazet Cc: Dave Jones Cc: stable [2.6.37+] Acked-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed