From: John W. Linville Date: Fri, 6 Aug 2010 19:31:45 +0000 (-0400) Subject: b43: move hwrng registration driver to wireless core initialization X-Git-Tag: v2.6.37-rc1~147^2~679^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c164a34ffe67908a932a2d641ec1a80c2d5435;p=pandora-kernel.git 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: John W. Linville --- Reading git-diff-tree failed