commit | 7684c4083114e0f0cc02f3a7cbef27b1e29381cd | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed May 12 03:33:11 2010 -0700 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Sat Jun 05 23:14:04 2010 -0700 |
tree | 0ee6a5ba23a37cd7bfbd408cf8821b2c9879c5c2 | |
parent | 30eabc1736c79d9b617887042ebebc0141a14170 [diff] |
iwlwifi: set MAC address in RXON from interface When we do not have an interface, priv->mac_addr is all zeroes, so the memcpy() is not useful as the RXON buffer has been cleared previously. Therefore, use the interface's address that we are setting up the RXON for, if available. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>