Am Montag, den 03.11.2008, 16:25 -0500 schrieb Dan Williams: > Ping; could you submit the patch with the proper signed-off-by > statement? > > Thanks! > Dan Sorry didn't thought it was to me. i did't had a time to find how to supply patch with git .. i think it should be some thing with git-diff and git-formate-mail.. is it? Can you please write how to do it correctly, i really do not haw time to find it out now. signed-off-by: Alexey Fisher diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c index dcce354..d26beed 100644 --- a/drivers/net/wireless/ipw2200.c +++ b/drivers/net/wireless/ipw2200.c @@ -7581,8 +7581,7 @@ static int ipw_associate(void *data) } if (!(priv->config & CFG_ASSOCIATE) && - !(priv->config & (CFG_STATIC_ESSID | - CFG_STATIC_CHANNEL | CFG_STATIC_BSSID))) { + !(priv->config & (CFG_STATIC_ESSID | CFG_STATIC_BSSID))) { IPW_DEBUG_ASSOC("Not attempting association (associate=0)\n"); return 0; } -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html