rt2x00: Correctly initialize data and desc pointer
authorIvo van Doorn <ivdoorn@gmail.com>
Sun, 6 Jan 2008 22:42:04 +0000 (23:42 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:09:28 +0000 (15:09 -0800)
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>

No differences found