b43: move hwrng registration driver to wireless core initialization
authorJohn W. Linville <linville@tuxdriver.com>
Fri, 6 Aug 2010 19:31:45 +0000 (15:31 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Aug 2010 18:39:48 +0000 (14:39 -0400)
...and unregistration to core shutdown.  Previously, the driver
remained registered even when the hardware was shutdown.  That
causes the driver to return -ENODEV if the b43 device is IFF_DOWN.
This change causes the driver to disappear in that case, allowing
/dev/hwrng to still function if another hwrng device is available.

Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found