From owner-freebsd-wireless@FreeBSD.ORG Thu Aug 21 15:53:12 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 089BA9DC for ; Thu, 21 Aug 2014 15:53:12 +0000 (UTC) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD43C3603 for ; Thu, 21 Aug 2014 15:53:11 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id lx4so4893381iec.31 for ; Thu, 21 Aug 2014 08:53:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=aN+ofhxq6vYUtYZJ1H1yv7PXCx7clrSDQhOQ4CRphDw=; b=QfHK8ryVykyd9k4ZD+QWC/HQbmNYo9oB5npGN0S9EBtT9/XetqSHwjhTcGzx8C5rWr 3F5H812Lrgzn42FVE/vfgMgr5BizcuHGogd33hJTkKn/fTsgYp9UfVI1AZPLOW9Ar1JC qKiB9MZzvgSrXuGuYVvCknLTus81YIlze0eRDzuCUqu5rvM/QuRcFyoqXk9KeFw9yTAQ OVMGOWM9b/1+bi7SxgsItqJw6zCvoqdVfsvFLFltolB7yToVdumF9QLQAJhMDOjvuclB VdEYSDYAcWr9PHtoqYg+LClzPr0DJX4iiNYM8ebrzDSRNy23JvwFD7pZBExNblXV7un8 r58g== MIME-Version: 1.0 X-Received: by 10.50.32.2 with SMTP id e2mr20473907igi.33.1408636391074; Thu, 21 Aug 2014 08:53:11 -0700 (PDT) Received: by 10.107.153.208 with HTTP; Thu, 21 Aug 2014 08:53:11 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Aug 2014 11:53:11 -0400 Message-ID: Subject: Re: How do I ALTQ hostap interface? From: Peter Lai To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 21 Aug 2014 15:53:12 -0000 Does 9-STABLE support ath(4) and ALTQ? thanks On Thu, Aug 21, 2014 at 10:38 AM, Adrian Chadd wrote: > Hi, > > ath(4) now uses if_transmit() and thus there's no ALTQ support at the > moment. Sorry. > > > -a > > > On 21 August 2014 02:43, Peter Lai wrote: >> How do I ALTQ my wireless (hostap mode) interface in 10.0-R? If I try >> to add a queue to wlan0, pf complains that wlan0 has no ALTQ support >> (even though it is an ath(4) interface and ath(4) is supposed to be >> supported by ALTQ). ALTQ is already setup and working with my wired >> ethernet over em(4). >> >> Am I supposed to specify ath0 as the interface for the pf queue? >> >> What if I want to bridge my wireless and wired networks? I thought the >> bridge would consist of em0 and wlan0 members, and pf will not like >> that (claiming that bridge0 has no ALTQ driver...but I don't know if >> that is pf reacting to if_bridge(4) itself not having altq support or >> the wlan0 member of it... >> _______________________________________________ >> 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"