From ef10f0ad89e2ffa28c957a946efab6abcbc57116 Mon Sep 17 00:00:00 2001 From: Dirk Brandewie Date: Fri, 24 Jul 2009 09:04:33 -0700 Subject: [PATCH] --- yaml --- r: 171192 b: refs/heads/master c: 81b182a7542c4282191fa0b1e8d9fcb022c03e68 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/net/wimax/i2400m/sdio.c | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 6781b0f416b8..ca4217cf7731 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: abb307338396bd58f5d9d32c4e56ef40ff668a74 +refs/heads/master: 81b182a7542c4282191fa0b1e8d9fcb022c03e68 diff --git a/trunk/drivers/net/wimax/i2400m/sdio.c b/trunk/drivers/net/wimax/i2400m/sdio.c index 2981e211e04f..c67b0264a282 100644 --- a/trunk/drivers/net/wimax/i2400m/sdio.c +++ b/trunk/drivers/net/wimax/i2400m/sdio.c @@ -233,18 +233,17 @@ int __i2400ms_send_barker(struct i2400ms *i2400ms, * Warm reset: * * The device will be fully reset internally, but won't be - * disconnected from the USB bus (so no reenumeration will + * disconnected from the bus (so no reenumeration will * happen). Firmware upload will be neccessary. * - * The device will send a reboot barker in the notification endpoint - * that will trigger the driver to reinitialize the state - * automatically from notif.c:i2400m_notification_grok() into - * i2400m_dev_bootstrap_delayed(). + * The device will send a reboot barker that will trigger the driver + * to reinitialize the state via __i2400m_dev_reset_handle. * - * Cold and bus (USB) reset: + * + * Cold and bus reset: * * The device will be fully reset internally, disconnected from the - * USB bus an a reenumeration will happen. Firmware upload will be + * bus an a reenumeration will happen. Firmware upload will be * neccessary. Thus, we don't do any locking or struct * reinitialization, as we are going to be fully disconnected and * reenumerated.