[PATCH] rt2x00: Allways memset memory obtained from skb_push()
authorIvo van Doorn <ivdoorn@gmail.com>
Sat, 6 Oct 2007 12:18:22 +0000 (14:18 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:17 +0000 (16:55 -0700)
When skb_push() is used we should memset the memory before
usage. This will prevent bugs which could occur when the
data is treated as TX descriptor.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found