From owner-freebsd-wireless@FreeBSD.ORG Fri Nov 25 23:42:58 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 4FA711065670 for ; Fri, 25 Nov 2011 23:42:58 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0E8AC8FC12 for ; Fri, 25 Nov 2011 23:42:57 +0000 (UTC) Received: by vcbfk1 with SMTP id fk1so2971324vcb.13 for ; Fri, 25 Nov 2011 15:42:57 -0800 (PST) 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=/SlOv3eGvwfWxHIq1b27N0GZ3r8DVg0UQRgjAd4/1uQ=; b=QrlGpz/Kh27QZ8xWks5Q/Ix3VB3OsAT8KkSoTFc9oaPIo8k4s3meQPzYCOmZ/25Z56 NU7eOMpx+5C4HvF6j35pFrLqsBy8x1hOnLmFkqqm6truaX3OwZWhQy+iLy9Na0iEjg1n gbisVvVWvDDT1KIsVznSvYDMfiJL4DwrGQOD4= MIME-Version: 1.0 Received: by 10.52.34.211 with SMTP id b19mr34864226vdj.112.1322264577202; Fri, 25 Nov 2011 15:42:57 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.186.74 with HTTP; Fri, 25 Nov 2011 15:42:57 -0800 (PST) In-Reply-To: <4ECFFB3C.16808.D76FB2F@andres.beek.mail.ee> References: <4ECFFB3C.16808.D76FB2F@andres.beek.mail.ee> Date: Sat, 26 Nov 2011 07:42:57 +0800 X-Google-Sender-Auth: IC4oudv5nbT9_E3YBqiNUR2TvmM Message-ID: From: Adrian Chadd To: Andres Beek Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: Uanble to enable 802.11g chanels above 11 despite of the REGDOMAIN set 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: Fri, 25 Nov 2011 23:42:58 -0000 Hm, can you compile up the ath_prom_read and ath_ee_*_dump programs, and then attach the relevant eeprom dump? They're in src/tools/tools/ath/. # ath_prom_read -i ath0 -d /tmp/ee.dump # ath_ee_X_print /tmp/ee.dump > /tmp/ee.txt * ar5212 and earlier, not currently implemented * ar5416/ar9130/ar9160/ar9280 - ath_ee_v14_print * ar9285 - ath_ee_v4k_print * ar9287 - ath_ee_9287_print Thanks, Adrian