]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commite3d249c5891c28c03dfdf4692806e95043970f96
tree23ce573dd63f7efb919972c00a6c490f15e9d536
parent2ea808aa498783e8a920df41c2f3182c63cab899
[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