From owner-freebsd-current@FreeBSD.ORG Fri Oct 17 15:01:00 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9653D16A4B3 for ; Fri, 17 Oct 2003 15:01:00 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9390143FDD for ; Fri, 17 Oct 2003 15:00:57 -0700 (PDT) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h9HM0u0x073960 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Fri, 17 Oct 2003 15:00:57 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: freebsd-current@freebsd.org Date: Fri, 17 Oct 2003 15:02:13 -0700 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_lbGk/4DZ6+MoKLY" Message-Id: <200310171502.13465.sam@errno.com> Subject: Fwd: cvs commit: src/sys/net80211 ieee80211_output.c ieee80211_var.h X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 17 Oct 2003 22:01:00 -0000 --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 : cvs commit: src/sys/net80211 ieee80211_output.c ieee80211_var.h Return-Path: X-Sieve: cmu-sieve 2.0 Return-Path: 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 ; 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 ; 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 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--