commit | 784f694d0f3ca927361aa0c26de1aa340eb5b275 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Wed Oct 05 11:55:39 2011 +0200 |
committer | Luciano Coelho <coelho@ti.com> | Fri Oct 07 08:32:31 2011 +0300 |
tree | 23d7d89a03be2a1df23e3b97d3b9889fd43e2462 | |
parent | 694440d93b9963a2c426708cb11494236c0b2552 [diff] |
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 <eliad@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>