[PATCH] b44: race on device closing
authorFrancois Romieu <romieu@fr.zoreil.com>
Tue, 8 Nov 2005 22:37:12 +0000 (23:37 +0100)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 9 Nov 2005 06:02:41 +0000 (01:02 -0500)
Usual fix:
- b44_interrupt() does not schedule NAPI polling when the device is
  going down;
- b44_close() waits for any scheduled NAPI polling before it starts
  to release the private structures of the device.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found