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>
This commit is contained in:
Johannes Berg 2008-10-29 01:02:27 +01:00 committed by John W. Linville
parent 41bb73eeac
commit 9b1fbae4b2

View File

@ -6741,8 +6741,6 @@ static int iwl3945_mac_config_interface(struct ieee80211_hw *hw,
return rc;
}
/* XXX: this MUST use conf->mac_addr */
if (!iwl3945_is_alive(priv))
return -EAGAIN;