iwl3945: remove bogus comment
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 29 Oct 2008 00:02:27 +0000 (01:02 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 10 Nov 2008 20:11:56 +0000 (15:11 -0500)
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>
drivers/net/wireless/iwlwifi/iwl3945-base.c

index 47881be9ba44bcd57650be8b78b6e0ac1a0d4f80..9a4ffab29610052a5d0994a0854a6e0be89b1e98 100644 (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;