diff options
author | John W. Linville <linville@tuxdriver.com> | 2009-10-06 16:41:21 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:48 -0400 |
commit | 5b367378ee826b0566e51d32b78b00ce24eac8f9 (patch) | |
tree | 4ae96c26ae8c5f525b1d5d38fa23d2f773d25318 | |
parent | 0adc23f58e21cb47be998063ea1b82de33ccdd46 (diff) |
iwmc3200wifi: support ETHTOOL_GPERMADDR
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/iwmc3200wifi/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwmc3200wifi/main.c b/drivers/net/wireless/iwmc3200wifi/main.c index d668e4756324..170f33706490 100644 --- a/drivers/net/wireless/iwmc3200wifi/main.c +++ b/drivers/net/wireless/iwmc3200wifi/main.c | |||
@@ -637,6 +637,8 @@ static int __iwm_up(struct iwm_priv *iwm) | |||
637 | IWM_ERR(iwm, "MAC reading failed\n"); | 637 | IWM_ERR(iwm, "MAC reading failed\n"); |
638 | goto err_disable; | 638 | goto err_disable; |
639 | } | 639 | } |
640 | memcpy(iwm_to_ndev(iwm)->perm_addr, iwm_to_ndev(iwm)->dev_addr, | ||
641 | ETH_ALEN); | ||
640 | 642 | ||
641 | /* We can load the FWs */ | 643 | /* We can load the FWs */ |
642 | ret = iwm_load_fw(iwm); | 644 | ret = iwm_load_fw(iwm); |