]> err.no Git - linux-2.6/commit
rt2x00: Preserve descriptor information after memmove()
authorIvo van Doorn <ivdoorn@gmail.com>
Sat, 10 May 2008 11:43:38 +0000 (13:43 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 22 May 2008 01:47:32 +0000 (21:47 -0400)
commit70a96109439cba0af0780ee1dc25ec7ed15f0bae
tree1e6feb2b77486a90012f117201c13b35ab2020d7
parent61448f88078e813bbaaa58eb775d650c85e7d407
rt2x00: Preserve descriptor information after memmove()

Due to usage of memmove() in rt2x00usb the descriptor can become
corrupted because it is being overwritten by the data part.
Overall having the descriptor in front of the frame is a bad idea,
we can however use the skb->cb array for this task, since that
contains more then enough room to hold the entire descriptor and
preserve the information long enough.

After this we can also cleanup the alignment code a bit to make it
work a bit more flexible to allow for all kinds of odd header lengths.

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