Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751284AbbGKQvE (ORCPT ); Sat, 11 Jul 2015 12:51:04 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:51102 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750950AbbGKQvC (ORCPT ); Sat, 11 Jul 2015 12:51:02 -0400 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: ipw2100: fix timeout bug - always evaluated to 0 From: Kalle Valo In-Reply-To: <1434389075-4693-1-git-send-email-hofrat@osadl.org> To: Nicholas Mc Guire Cc: Stanislav Yakovlev , James Ketrenos , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Nicholas Mc Guire Message-Id: <20150711165101.3F8BD13F56E@smtp.codeaurora.org> Date: Sat, 11 Jul 2015 16:51:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 686 Lines: 17 > commit 2c86c275015c ("Add ipw2100 wireless driver.") introduced > HW_PHY_OFF_LOOP_DELAY (HZ / 5000) which always evaluated to 0. Clarified > by Stanislav Yakovlev that it should be 50 > milliseconds thus fixed up to msecs_to_jiffies(50). > > Signed-off-by: Nicholas Mc Guire > Acked-by: Stanislav Yakovlev Thanks, applied to wireless-drivers-next.git. Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/