Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iwl3945: remove bogus comment

I added this comment myself, but it's clearly wrong. I had meant
to place it in iwl_mac_add_interface, which at the time didn't
honour the MAC address setting, but it does now.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Johannes Berg and committed by
John W. Linville
9b1fbae4 41bb73ee

-2
-2
drivers/net/wireless/iwlwifi/iwl3945-base.c
··· 6741 6741 return rc; 6742 6742 } 6743 6743 6744 - /* XXX: this MUST use conf->mac_addr */ 6745 - 6746 6744 if (!iwl3945_is_alive(priv)) 6747 6745 return -EAGAIN; 6748 6746