Return-Path: MIME-Version: 1.0 In-Reply-To: <1298107341-9894-1-git-send-email-vasanth@atheros.com> References: <1298107341-9894-1-git-send-email-vasanth@atheros.com> From: "Luis R. Rodriguez" Date: Thu, 24 Feb 2011 15:40:08 -0800 Message-ID: Subject: Re: [PATCH] compat: Define usleep_range(min, max) as msleep(max/1000) for <2.6.36 To: Vasanthakumar Thiagarajan Cc: mcgrof@kernel.org, linux-wireless@vger.kernel.org, linux-bluetooth@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: On Sat, Feb 19, 2011 at 1:22 AM, Vasanthakumar Thiagarajan wrote: > ops_flush() of ath9k uses usleep_range(). > > Signed-off-by: Vasanthakumar Thiagarajan Thanks, applied and pushed! Luis