commit | 30eabc1736c79d9b617887042ebebc0141a14170 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed May 12 03:33:10 2010 -0700 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Sat Jun 05 23:13:45 2010 -0700 |
tree | 3ddffdcae111e491e2917ec3b252ef137efff0b8 | |
parent | 6dea887f2b39e9a858f05e84483da0f4d5b35024 [diff] |
iwlwifi: remove mac_addr assignment priv->mac_addr is the address of the operating interface, not the permanent MAC address. They are usually the same, but the user can override the operating address, so we shouldn't set the variable to the permanent one, it is assigned when an interface is added. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>