Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:48768 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938697AbXG3HIS (ORCPT ); Mon, 30 Jul 2007 03:08:18 -0400 Date: Mon, 30 Jul 2007 12:50:31 +0530 (IST) From: Satyam Sharma To: Matthias Kaehlcke cc: Michael Buesch , linville@tuxdriver.com, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH 1/5] Use mutex instead of semaphore in the Host AP driver In-Reply-To: <20070730054004.GI3432@traven> Message-ID: References: <20070729212909.GC3432@traven> <20070729213434.GD3432@traven> <200707300006.42397.mb@bu3sch.de> <20070730054004.GI3432@traven> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, 30 Jul 2007, Matthias Kaehlcke wrote: > [...] > > The Host AP driver uses a semaphore as mutex. Use the mutex API > instead of the (binary) semaphore. > > Signed-off-by: Matthias Kaehlcke Reviewed-by: Satyam Sharma