[PATCH] libertas: send reset command directly instead of calling libertas_reset_device
authorDan Williams <dcbw@redhat.com>
Mon, 20 Aug 2007 16:22:15 +0000 (12:22 -0400)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:50:35 +0000 (16:50 -0700)
commitb6e99dd6e2c5262e3c2b976d1d5f2c9405433d9a
tree23ce573dd63f7efb919972c00a6c490f15e9d536
parent64f104e89b2b30107a21c5f05c3e2ffa6291e129
[PATCH] libertas: send reset command directly instead of calling libertas_reset_device

Ensures that any platform specific code that might live in libertas_reset_device
(for example, OLPC tells the EC to do a GPIO-toggled reset of the wireless
from libertas_reset_device) isn't called.  Could be handled better by
interface-specific callbacks and a flag for "other hardware reset".

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: Marcelo Tosatti <marcelo@kvack.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/if_usb.c