rt2x00: Request usb_maxpacket() once
authorIvo van Doorn <ivdoorn@gmail.com>
Thu, 15 Nov 2007 22:41:31 +0000 (23:41 +0100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 19 Nov 2007 02:47:37 +0000 (18:47 -0800)
The usb max packet size won't change during the
device's presence. We should store it in a
variable inside rt2x00dev and use that.
This should also fix a division error when the
device is being hot-unplugged while a frame is
being send out.

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

No differences found