diff options
author | Dirk Brandewie <dirk.j.brandewie@intel.com> | 2009-07-24 12:04:33 -0400 |
---|---|---|
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2009-10-19 02:55:38 -0400 |
commit | 81b182a7542c4282191fa0b1e8d9fcb022c03e68 (patch) | |
tree | 826fb3d9b5253eb1fb233be90ffa71aa12a9515d /drivers/net/wimax/i2400m/sdio.c | |
parent | abb307338396bd58f5d9d32c4e56ef40ff668a74 (diff) |
wimax/i2400m: Update comments to talk about SDIO reset and not USB.
Fixing comments from original cut and paste error
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Diffstat (limited to 'drivers/net/wimax/i2400m/sdio.c')
-rw-r--r-- | drivers/net/wimax/i2400m/sdio.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/drivers/net/wimax/i2400m/sdio.c b/drivers/net/wimax/i2400m/sdio.c index 2981e211e04f..c67b0264a282 100644 --- a/drivers/net/wimax/i2400m/sdio.c +++ b/drivers/net/wimax/i2400m/sdio.c | |||
@@ -233,18 +233,17 @@ error_kzalloc: | |||
233 | * Warm reset: | 233 | * Warm reset: |
234 | * | 234 | * |
235 | * The device will be fully reset internally, but won't be | 235 | * The device will be fully reset internally, but won't be |
236 | * disconnected from the USB bus (so no reenumeration will | 236 | * disconnected from the bus (so no reenumeration will |
237 | * happen). Firmware upload will be neccessary. | 237 | * happen). Firmware upload will be neccessary. |
238 | * | 238 | * |
239 | * The device will send a reboot barker in the notification endpoint | 239 | * The device will send a reboot barker that will trigger the driver |
240 | * that will trigger the driver to reinitialize the state | 240 | * to reinitialize the state via __i2400m_dev_reset_handle. |
241 | * automatically from notif.c:i2400m_notification_grok() into | ||
242 | * i2400m_dev_bootstrap_delayed(). | ||
243 | * | 241 | * |
244 | * Cold and bus (USB) reset: | 242 | * |
243 | * Cold and bus reset: | ||
245 | * | 244 | * |
246 | * The device will be fully reset internally, disconnected from the | 245 | * The device will be fully reset internally, disconnected from the |
247 | * USB bus an a reenumeration will happen. Firmware upload will be | 246 | * bus an a reenumeration will happen. Firmware upload will be |
248 | * neccessary. Thus, we don't do any locking or struct | 247 | * neccessary. Thus, we don't do any locking or struct |
249 | * reinitialization, as we are going to be fully disconnected and | 248 | * reinitialization, as we are going to be fully disconnected and |
250 | * reenumerated. | 249 | * reenumerated. |