From: Gary Zambrano Date: Wed, 29 Mar 2006 22:12:05 +0000 (-0500) Subject: b44: fix force mac address before ifconfig up X-Git-Tag: v2.6.17-rc1~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c5131297db57b501f371ab53c40343eac6f2af7;p=pandora-kernel.git b44: fix force mac address before ifconfig up Initializing the b44 MAC & PCI functional blocks in the controller must occur inside init_one(). This will allow access to the MAC registers. The controller was being powered up in b44_open() which would not allow access to the registers before ifconfig was up. Philip Kohlbecher found this bug. Signed-off-by: Gary Zambrano --- Reading git-diff-tree failed