From owner-freebsd-wireless@FreeBSD.ORG Tue Jul 12 23:32:15 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33799106564A for ; Tue, 12 Jul 2011 23:32:15 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id E842F8FC17 for ; Tue, 12 Jul 2011 23:32:14 +0000 (UTC) Received: by gxk28 with SMTP id 28so2702810gxk.13 for ; Tue, 12 Jul 2011 16:32:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=sa94cM7znR8GCGYjvRqoSi2TxM5vTaSomEQldeGTXJo=; b=pKilxH0rtXvPxRhXkTBGYojSozxloXg9S2yFuihhd9E56NPNWvI2WWzwEHf7VMafdc w/0d0Q8RsWjkpQORUGnv8Qza2VI5qulBgeEhRbblDHXGAF+M18ox0lJKSV/y5SVZfFd0 3TzXhDPG7fSFXtZEuYaLw/4QmkVpp+GT5xY/M= MIME-Version: 1.0 Received: by 10.150.46.4 with SMTP id t4mr639857ybt.386.1310513534055; Tue, 12 Jul 2011 16:32:14 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.189.1 with HTTP; Tue, 12 Jul 2011 16:32:14 -0700 (PDT) In-Reply-To: References: Date: Wed, 13 Jul 2011 07:32:14 +0800 X-Google-Sender-Auth: X-sRW03aU7OJAe3H0GOcLpAESRU Message-ID: From: Adrian Chadd To: Kyungsoo Lee Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: Disable CCA X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2011 23:32:15 -0000 On 13 July 2011 07:27, Kyungsoo Lee wrote: > Thank you for your kind response. If it is possible to disable CCA, it'd be > interesting to see what happened. > > I set AR_DIAG_IGNORE_CS bit but it doesn't work. If it is impossible to > disable CCA, I want to do it with pseudo way like increasing threshold. But > I couldn't find the way. Let me know, please. I've honestly not yet sat down and tried. :) Thanks, Adrian