From owner-freebsd-current@FreeBSD.ORG Thu May 21 06:33:09 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58935106566B for ; Thu, 21 May 2009 06:33:09 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id DC9E78FC12 for ; Thu, 21 May 2009 06:33:08 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by ey-out-2122.google.com with SMTP id 9so224776eyd.7 for ; Wed, 20 May 2009 23:33:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=dcpXefBoPxiHWgJDRkvyAN95CNxR3FFljoUsDuCxigY=; b=uva0qnGZWoZGx9e3bASWg+J8mDTRAgGAgyhCgZxgbfIuSX3vriv4sCmAzwFzdGpz6c HaWf0REe8VpYhobIhXdc3TnPzzP+fiSdjCse+c37+y75vIWejMGgdtPQMdlRNWx2ZdIy lmtdRKWyhKNKY/vvBTWhT9AkrOZFUW73Ss/so= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=jfCIej81yqdfUTw6m4asj9T0TsnqjVWlOslEzzOpa6XyIecGKV3bFjnsCbytyKKJkv 1g5Nmy4zHXzQQDjw9u1fOOGPi9J1ilJ03Bb/oLs7mViMXM6N2P5noYi+nuuauDNmjHbC tlz9Ej07ohkzJwkS1yED31ZBjB3z9qKu6oASw= MIME-Version: 1.0 Received: by 10.216.50.76 with SMTP id y54mr472382web.70.1242887587920; Wed, 20 May 2009 23:33:07 -0700 (PDT) In-Reply-To: <20090519153516.yki2cyqpwg48sk04@0x20.net> References: <4A11A08B.6090309@errno.com> <20090519153516.yki2cyqpwg48sk04@0x20.net> Date: Thu, 21 May 2009 01:33:07 -0500 Message-ID: <11167f520905202333m47d26277mb03967c39c6bc7a@mail.gmail.com> From: "Sam Fourman Jr." To: Lars Engels Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: 802.11 monitor mode changes coming X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 06:33:09 -0000 > >> The patch here: >> >> http://people.freebsd.org/~sam/monitor-20090518.patch >> >> has significant changes to monitor mode operation. =A0Most importantly i= t >> replaces DLT_IEEE802_11 support in net80211 by DLT_IEEE802_11_RADIO and >> removes the latter from the underlying device. =A0The upshot is that you >> can no longer do: Does anyone know if the kismet in ports will function properly with this pa= tch? Sam Fourman Jr.