OSDN Git Service

rt2x00: skb->data pointer should not include TX descriptor
authorMattias Nissler <mattias.nissler@gmx.de>
Fri, 29 Aug 2008 19:07:20 +0000 (21:07 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Aug 2008 20:24:12 +0000 (16:24 -0400)
commit1abc3656e961e62218257a85b3fe0a90ccd9036c
tree903167b49da4b96044f52bf42e4574a04e569662
parent6c6aa3c004e702532cb0f549a96eb2f75636bd3b
rt2x00: skb->data pointer should not include TX descriptor

Make sure the skb->data pointer points to the frame data, not the TX
descriptor. The frame dumping code relies on that.

Signed-off-by: Mattias Nissler <mattias.nissler@gmx.de>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2500usb.c
drivers/net/wireless/rt2x00/rt2x00usb.c
drivers/net/wireless/rt2x00/rt73usb.c