Return-path: Received: from nbd.name ([88.198.39.176]:55564 "EHLO ds10.nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752728Ab0JOH5l (ORCPT ); Fri, 15 Oct 2010 03:57:41 -0400 Message-ID: <4CB80969.5040902@openwrt.org> Date: Fri, 15 Oct 2010 09:57:29 +0200 From: Felix Fietkau MIME-Version: 1.0 To: =?ISO-8859-15?Q?Bj=F6rn_Smedman?= CC: Ben Greear , linux-wireless , "John W. Linville" , "Luis R. Rodriguez" Subject: Re: [PATCH] ath9k_hw: avoid division-by-zero in ani References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Sender: linux-wireless-owner@vger.kernel.org List-ID: On 2010-10-15 2:00 AM, Bj?rn Smedman wrote: > The ath9k ANI code may under some circumstances do division-by-zero. This > patch detects and avoids that case. Should be obsolete with my patch from 3 days ago: [PATCH 1/3] ath9k_hw: fix division by zero in the ANI monitor code - Felix