From owner-freebsd-wireless@FreeBSD.ORG Sun Mar 11 20:18:02 2012 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 09BC41065670 for ; Sun, 11 Mar 2012 20:18:02 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id C442F8FC08 for ; Sun, 11 Mar 2012 20:18:01 +0000 (UTC) Received: by dald2 with SMTP id d2so4600774dal.13 for ; Sun, 11 Mar 2012 13:18:01 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=raSLtKG0gG6rAYbeSMOEpzuM9VUAUXuJ1SiB4t78yaY=; b=hhvVUDFU7kzj8zhuHhn7nO943f1VvBDg4yEcxGYGgwtcpBP/wiqx0LdWD0zwoqvOzz aCaaZpAK3nw+Q9MRGIaJWsu3rBo/DOy5bwzUTDHBwjlTycEPBxtZYZXGFrfw4LofvxRF vXPjeIIajINdFSj0oOFmpkgXGvsvrVxa25d56UDQx9znEYAqbr/jWsfMOIFN5Z3wPWIW 4oIkx5OJ0n94P8LGO5hBbsl9YaZ+It+2yOMW1uOwmKsbjeBe9mz7gmtyq/am4Ocee6tI G2x0zg/cBdNtO+9dZQrp/OhWWG3ClXk64s3DYQl6mtPyB2iy4FFMY11+Ps6Gu+ThVLRu HwqA== Received: by 10.68.236.35 with SMTP id ur3mr527374pbc.43.1331497081406; Sun, 11 Mar 2012 13:18:01 -0700 (PDT) Received: from flatline.local (70-36-223-154.dsl.dynamic.sonic.net. [70.36.223.154]) by mx.google.com with ESMTPS id f8sm8754215pbe.42.2012.03.11.13.17.59 (version=SSLv3 cipher=OTHER); Sun, 11 Mar 2012 13:18:00 -0700 (PDT) Message-ID: <4F5D0876.5040409@gmail.com> Date: Sun, 11 Mar 2012 13:17:58 -0700 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120218 Thunderbird/10.0.2 MIME-Version: 1.0 To: Sevan / Venture37 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> <4F5CD920.2000905@gmail.com> In-Reply-To: <4F5CD920.2000905@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-wireless@freebsd.org 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 20:18:02 -0000 On 03/11/12 09:56, Sevan / Venture37 wrote: > 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 > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to > "freebsd-wireless-unsubscribe@freebsd.org" I'm going to fix the patch and repost. I'm definitely getting issues with ^M with the gzipped version of the patch, which is causing line truncation. I'll post a new one in a bit. If you want to help, would you be ok with git as opposed to hg? Thanks! Matt