From: Ivo van Doorn Date: Thu, 15 Nov 2007 22:41:31 +0000 (+0100) Subject: rt2x00: Request usb_maxpacket() once X-Git-Tag: v2.6.24-rc4~90^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b242e891c218162cfbae064b1a9136cdbed5ee53;p=pandora-kernel.git rt2x00: Request usb_maxpacket() once 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed