From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A93E4EB64D0 for ; Tue, 13 Jun 2023 18:15:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231803AbjFMSPi (ORCPT ); Tue, 13 Jun 2023 14:15:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233782AbjFMSPg (ORCPT ); Tue, 13 Jun 2023 14:15:36 -0400 Received: from mail.toke.dk (mail.toke.dk [45.145.95.4]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9EEC19B5 for ; Tue, 13 Jun 2023 11:15:33 -0700 (PDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1686680132; bh=jzSKSaw6yFODVr7w5QacycAN66wxVkHmAf2GWtVMqBg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=o0DCqnkU0/4epID3YCiHsyKVvHm4Ucfjl5NZBucmiOAW0fcLP6qpG9NwCjhqWZVpx fiCAtFdOzOCojn/klZ93Sb3xzLcWIDtfKUdUrh5027EWjKQOYc2MiX5cpOMcDyNp3t oLhHm5MFrH44RNT9Y7UIkybqZTxEzQDCbzeu4Megd+rZ5sWeVy+MGS3BjIngoKn2n2 CoaSpz6RhAJy5NcKwWemSJGEj3md8EEeoWrel8aA9MNUpJq8vYCerN6TUTDBKS1MQC xNmtKbz6rf7w1qZqji9WIrlk9r5cQJgq5GjkSSzQQKVPcWxUX0povjvEzC6g4Kxl3g lcLKasf1HYYAg== To: Dmitry Antipov Cc: Kalle Valo , linux-wireless@vger.kernel.org, Dmitry Antipov Subject: Re: [PATCH] wifi: ath9k: convert msecs to jiffies where needed In-Reply-To: <20230613134655.248728-1-dmantipov@yandex.ru> References: <20230613134655.248728-1-dmantipov@yandex.ru> Date: Tue, 13 Jun 2023 20:15:31 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87y1knw7ng.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Dmitry Antipov writes: > Since 'ieee80211_queue_delayed_work()' expects timeout in > jiffies and not milliseconds, 'msecs_to_jiffies()' should > be used in 'ath_restart_work()' and '__ath9k_flush()'. > > Signed-off-by: Dmitry Antipov I believe this warrants a: Fixes: d63ffc45c5d3 ("ath9k: rename tx_complete_work to hw_check_work") with that: Acked-by: Toke H=C3=B8iland-J=C3=B8rgensen