Skip to content
Commit 5c513129 authored by Gary Zambrano's avatar Gary Zambrano Committed by Jeff Garzik
Browse files

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: default avatarGary Zambrano <zambrano@broadcom.com>
parent f3cab8a0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment