From owner-freebsd-wireless@FreeBSD.ORG Sun Mar 11 16:56:04 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 133851065673 for ; Sun, 11 Mar 2012 16:56:04 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8C2CC8FC21 for ; Sun, 11 Mar 2012 16:56:03 +0000 (UTC) Received: by wern13 with SMTP id n13so866280wer.13 for ; Sun, 11 Mar 2012 09:56:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=WIE/92BMCPuA/O3qE3kRlGKJagqwDesXm2LO6KPvYDU=; b=CtRuQmIdXuKL7cwa1PvYvQRf0vsFGfFygSudjHN4E/QIf93KO8LVNdl5F9eu/DXF10 6AGu8B3cC65IdkyBqqXZIX0M/p+IB+tR8TsgQ0Y8511n0yxm2NLPQ/Yi3mpuAB0YnsQt r2g5UlVWoowvDCe8zwDhO48/lTwT9ZB02Hg03vCE3TwtBkhNzLNGWQ6MhzOf6WLRi74/ G4+xpl0yxhdLqPzLgf2e0290m9OZ5bP+3d634X/iNnqlyc2HzR4Y9dqeSA+SBDAMbMW/ OpEPsMroSxuZi2ryJITAYriiDuzq0hQwMWMtBviohx6sha3fetwIdj+kzwmhH/UtIjN6 qABw== Received: by 10.180.83.97 with SMTP id p1mr20543031wiy.19.1331484962482; Sun, 11 Mar 2012 09:56:02 -0700 (PDT) Received: from Sevans-MacBook-Pro.local (cpc2-brig17-2-0-cust527.3-3.cable.virginmedia.com. [81.101.198.16]) by mx.google.com with ESMTPS id gp8sm25838943wib.5.2012.03.11.09.56.00 (version=SSLv3 cipher=OTHER); Sun, 11 Mar 2012 09:56:01 -0700 (PDT) Message-ID: <4F5CD920.2000905@gmail.com> Date: Sun, 11 Mar 2012 16:56:00 +0000 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-wireless@freebsd.org References: <4F41DDE8.6060004@gmail.com> <4F48166A.5040301@gmail.com> <4F4828C0.6020705@gmail.com> <4F5A8023.1090705@gmail.com> <4F5AC7CF.3090409@gmail.com> <4F5C0C86.7040503@gmail.com> <4F5C24ED.3090601@gmail.com> In-Reply-To: <4F5C24ED.3090601@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Please Test: Updated Ral Driver Patch for rt2860/rt3090 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: Sun, 11 Mar 2012 16:56:04 -0000 On 11/03/2012 04:07, matt wrote: > What several errors? Compiles fine against head...are you compiling > against 9? clang? > Or is the patch dumping the modules and dev folder out early? > Confused...it worked fine here...I admit my patch-fu is weak :). Cosmetic: Some files use CR/LF duplicate code in header files (updated a couple of hours ago) Show stoppers: in if_ral_pci.c the RT2860 includes, PCI_* constants & ral_rt2860_opns data structure declarations were truncated onto single lines in rt2860.c contained duplicate code which caused redeclaration errors during compilation > Looks good on attach though...I only have a 1t1r so it's nice to see > something else attach. I now understand why you mentioned APs running on channels above 9 :) On 11/03/2012 04:15, matt wrote: > Re access points...try "ifconfig wlan0 create wlandev ral0" > ifconfig ral0 up (just in case...) > ifconfig wlan0 up > sleep 1 > ifconfig wlan0 scan > > I have seen it take a second for results to be available, i.e. "up scan" returns no list. Didn't make any difference 3 access points, one in 802.11N & G mode with WPA2 personal running on channel 3, mifi running on channel 1 with WPA2 personal (running in B/G mode if I remember right & my macbook pro running on channel 5 with no encryption, unable to find anything. > Re: errors: > Did you by chance build the module along with kernel or separately? module is currently installed via a separate build but the errors happened during buildkernel. Sevan / Venture37