Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755998AbbFOSZl (ORCPT ); Mon, 15 Jun 2015 14:25:41 -0400 Received: from mail-yh0-f43.google.com ([209.85.213.43]:34707 "EHLO mail-yh0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754171AbbFOSZd (ORCPT ); Mon, 15 Jun 2015 14:25:33 -0400 MIME-Version: 1.0 In-Reply-To: <1434389075-4693-1-git-send-email-hofrat@osadl.org> References: <1434389075-4693-1-git-send-email-hofrat@osadl.org> Date: Mon, 15 Jun 2015 22:25:32 +0400 Message-ID: Subject: Re: [PATCH] wireless: ipw2100: fix timeout bug - always evaluated to 0 From: Stanislav Yakovlev To: Nicholas Mc Guire Cc: Kalle Valo , James Ketrenos , wireless , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1036 Lines: 26 On 15 June 2015 at 21:24, Nicholas Mc Guire wrote: > commit: 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 > --- > > Patch was compile tested with x86_64_defconfig + CONFIG_IPW2100=m > (with a few buildwarnings in ipw2100.c though not related to this patch) > > Patch is against 4.1-rc7 (localversion-next is -next-20150615) > > drivers/net/wireless/ipw2x00/ipw2100.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Stanislav Yakovlev Stanislav. -- 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/