Return-path: Received: from mail-oa0-f42.google.com ([209.85.219.42]:54954 "EHLO mail-oa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751435AbaAOU3h (ORCPT ); Wed, 15 Jan 2014 15:29:37 -0500 Received: by mail-oa0-f42.google.com with SMTP id n16so1866544oag.29 for ; Wed, 15 Jan 2014 12:29:37 -0800 (PST) Message-ID: <52D6EFAD.40703@lwfinger.net> (sfid-20140115_212944_266357_31FDE4A8) Date: Wed, 15 Jan 2014 14:29:33 -0600 From: Larry Finger MIME-Version: 1.0 To: andrea.merello@gmail.com CC: Bernhard Schiffner , John Linville , Greg Kroah-Hartman , linux-wireless@vger.kernel.org Subject: Re: RTL8187SE staging Linux driver References: <522F584E.6000806@lwfinger.net> <52D6B31F.8080007@lwfinger.net> <52D6C871.7020302@lwfinger.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 01/15/2014 12:43 PM, Andrea Merello wrote: > should be > + (hw->max_signal < 0), > > I'm sorry, I did something wrong in my git commit I would have expected <= 0. It is the zero value that causes the divide fault. Larry