From: Johannes Berg Date: Wed, 12 May 2010 10:33:10 +0000 (-0700) Subject: iwlwifi: remove mac_addr assignment X-Git-Tag: v2.6.36-rc1~571^2~615^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30eabc1736c79d9b617887042ebebc0141a14170;p=pandora-kernel.git 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 Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed