From owner-freebsd-wireless@FreeBSD.ORG Sat Aug 27 01:54:30 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 94E14106566B for ; Sat, 27 Aug 2011 01:54:30 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 535668FC12 for ; Sat, 27 Aug 2011 01:54:30 +0000 (UTC) Received: by yib19 with SMTP id 19so2473134yib.13 for ; Fri, 26 Aug 2011 18:54:29 -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 :content-transfer-encoding; bh=Rz54G/Pcvmij9jy+ciHabmp0nubpq5hzQ/5V4rwI57w=; b=SL3SFMfe15chbYNFT/Zcjm6XtIeYGrAKpy5Xx1zYq6/3dfU3bLUmumyq9b0OrxxtHo 7ZjZtnqXaDx2o5pNpw8lf6hDlgeFvXCL5ILk4bLPtxQIuV3/UoPOTQlHaQn8IMuyl1H3 Pjm1Ef5LzackIc2qJSqG3DeWwSBTDzik9uIxE= MIME-Version: 1.0 Received: by 10.150.32.14 with SMTP id f14mr2755963ybf.201.1314410069787; Fri, 26 Aug 2011 18:54:29 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.145.21 with HTTP; Fri, 26 Aug 2011 18:54:29 -0700 (PDT) In-Reply-To: <957EB052144AA64AB39F7AB26878320101215E9D96@VA3DIAXVS881.RED001.local> References: <957EB052144AA64AB39F7AB26878320101215E9D96@VA3DIAXVS881.RED001.local> Date: Sat, 27 Aug 2011 09:54:29 +0800 X-Google-Sender-Auth: iAFE9YWyvvC10rrw5m0Ke9o5EHs Message-ID: From: Adrian Chadd To: Edgar Martinez Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-wireless@freebsd.org" Subject: Re: XR9 w 8.2 Stable 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: Sat, 27 Aug 2011 01:54:30 -0000 On 27 August 2011 00:14, Edgar Martinez wrote: > (gdb) list *0xc05fb395 > 0xc05fb395 is in mesh_recv_mgmt (/usr/src/sys/net80211/ieee80211_mesh.c:1= 475). > 1470 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0IEEE8= 0211_RATE_MAXSIZE - rates[1], return); > 1471 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0if (meshid !=3D NULL) > 1472 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0IEEE80211_VER= IFY_ELEMENT(meshid, > 1473 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0IEEE8= 0211_MESHID_LEN, return); > 1474 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0/* NB: meshid, not ssid */ > 1475 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0IEEE80211_VERIFY_SSID(vap->iv= _bss, meshid, return); > 1476 > 1477 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0/* XXX find a better class or= define it's own */ > 1478 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0IEEE80211_NOTE_MAC(vap, IEEE8= 0211_MSG_INPUT, wh->i_addr2, > 1479 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"%s", "recv probe req= "); Try: print vap print *vap print meshid print return Adrian