commit | 7d1de80644dad9cd6db6e00984bd12d6cae63855 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Jan 06 23:42:04 2008 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:09:28 2008 -0800 |
tree | 9e2a6bdf4f5d8353a8646b36d2216210a8252616 | |
parent | 837e7f247a8ed3f5577462655f8099a81b360422 [diff] |
rt2x00: Correctly initialize data and desc pointer rt2500usb and rt73usb store the descriptor in different places. This means we should move the initialization of the 2 pointers to the driver callback function fill_rxdone(). Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>