From: Holger Schurig Date: Fri, 25 May 2007 16:41:52 +0000 (-0400) Subject: [PATCH] libertas: fix RESET logic at unload time X-Git-Tag: v2.6.22-rc5~44^2~2^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435a1acba23437a6c8462dd8437e48cdf09a2f71;p=pandora-kernel.git [PATCH] libertas: fix RESET logic at unload time Previously, we had a fixed array of 5 elements where we remembered all initialized devices. This has been changed to use a "struct list_head" organization, which is IMHO cleaner. Also renamed usb_cardp to cardp, as in the reset of the code. Renamed reset_device() to if_usb_reset_device() like many other functions. Signed-off-by: Holger Schurig Signed-off-by: John W. Linville --- Reading git-diff-tree failed