Skip to content
Snippets Groups Projects
Commit 84c164a3 authored by John W. Linville's avatar John W. Linville
Browse files

b43: move hwrng registration driver to wireless core initialization


...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: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 13eb670c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment