Date: Fri, 17 Oct 2003 15:02:13 -0700 From: Sam Leffler <sam@errno.com> To: freebsd-current@freebsd.org Subject: Fwd: cvs commit: src/sys/net80211 ieee80211_output.c ieee80211_var.h Message-ID: <200310171502.13465.sam@errno.com>
next in thread | raw e-mail | index | archive | help
--Boundary-00=_lbGk/4DZ6+MoKLY Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline This fixes adhoc mode for wi devices. Adhoc mode is still not working correctly for ath devices. No eta on fixing it. Sam --Boundary-00=_lbGk/4DZ6+MoKLY Content-Type: message/rfc822; name="forwarded message" Content-Transfer-Encoding: 7bit Content-Description: Sam Leffler <sam@FreeBSD.org>: cvs commit: src/sys/net80211 ieee80211_output.c ieee80211_var.h Return-Path: <sam@ebb.errno.com> X-Sieve: cmu-sieve 2.0 Return-Path: <owner-src-committers@FreeBSD.org> Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h9HLtf0w073908 for <sam@errno.com>; Fri, 17 Oct 2003 14:55:41 -0700 (PDT) (envelope-from owner-src-committers@FreeBSD.org) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 6C62656C4F for <sam@errno.com>; Fri, 17 Oct 2003 14:55:38 -0700 (PDT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id B094516A543; Fri, 17 Oct 2003 14:55:33 -0700 (PDT) Delivered-To: sam@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id D25CD16A4C0; Fri, 17 Oct 2003 14:55:31 -0700 (PDT) Delivered-To: src-committers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A266416A4B3; Fri, 17 Oct 2003 14:55:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C3643FB1; Fri, 17 Oct 2003 14:54:59 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9HLsxXJ041082; Fri, 17 Oct 2003 14:54:59 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9HLsxvK041081; Fri, 17 Oct 2003 14:54:59 -0700 (PDT) (envelope-from sam) Message-Id: <200310172154.h9HLsxvK041081@repoman.freebsd.org> From: Sam Leffler <sam@FreeBSD.org> Date: Fri, 17 Oct 2003 14:54:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net80211 ieee80211_output.c ieee80211_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG Content-Type: X-UID: 15440 sam 2003/10/17 14:54:59 PDT FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c ieee80211_var.h Log: o add capability to indicate if device receives all management frames o use recv mgmt capability to decide if outbound frames should be discarded if no node table entry is present Revision Changes Path 1.7 +17 -6 src/sys/net80211/ieee80211_output.c http://cvsweb.FreeBSD.org/src/sys/net80211/ieee80211_output.c.diff?r1=1.6&r2=1.7 1.8 +1 -0 src/sys/net80211/ieee80211_var.h http://cvsweb.FreeBSD.org/src/sys/net80211/ieee80211_var.h.diff?r1=1.7&r2=1.8 --Boundary-00=_lbGk/4DZ6+MoKLY--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310171502.13465.sam>