From: Eliad Peller Date: Wed, 5 Oct 2011 09:55:39 +0000 (+0200) Subject: wl12xx: replace wl->mac_addr with vif->addr X-Git-Tag: v3.3-rc1~182^2~261^2~2^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784f694d0f3ca927361aa0c26de1aa340eb5b275;p=pandora-kernel.git wl12xx: replace wl->mac_addr with vif->addr The mac address of the interface already exists in vif->addr. Use it instead of wl->mac_addr. It seems that due to some fw bug, we still need to set nvs->mac to the actual mac addresss, otherwise the fw doesn't function well (e.g. can't get dhcp address). Thus, use wl->mac_addr for this purpose, and don't delete it yet. Signed-off-by: Eliad Peller Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed