From owner-freebsd-wireless@FreeBSD.ORG Thu Aug 21 14:38:25 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 2FF15FEA for ; Thu, 21 Aug 2014 14:38:25 +0000 (UTC) Received: from mail-qa0-x232.google.com (mail-qa0-x232.google.com [IPv6:2607:f8b0:400d:c00::232]) (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 E558B3DA3 for ; Thu, 21 Aug 2014 14:38:24 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id s7so8474440qap.9 for ; Thu, 21 Aug 2014 07:38:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=SO+pZ3skrQqLLAfJcoWrXE72qpASFkj1LWv95PkdSTk=; b=UGdZewYTSn0tGpbBoA8DbBSNfNHRH3M4bPzMy/i1mH+h76UpPB3t0a5Tz6uUr+Hvjk 6GIXUihMY/LtRXmxxSexeolo3Z55JudQrLf8ZqSLDXTGNDL+g/WpSOjXKeul3UdkOjHG lrAQtbcRaHhpwXzTUckQgE6mWCeQXyS9H7Ei5EoBv5JG3IVo9c78Ffk2qJKs5hHGxlDi EGys1XGNV2DP2L56O5R1Zw5M7pVdG7okvwdPhltdYnmojFAl4Aft40Ft7T0V465Y6f3Y d1xvu05bPOrOsgbgbm/cmPWVODHniw1Z37Q5cxi3l48IkkHGoYtaIKcIC+YpX3vV3y8f +t1A== MIME-Version: 1.0 X-Received: by 10.140.104.69 with SMTP id z63mr84542571qge.81.1408631903980; Thu, 21 Aug 2014 07:38:23 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Thu, 21 Aug 2014 07:38:23 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Aug 2014 07:38:23 -0700 X-Google-Sender-Auth: -5k7STODdz98s9A9xCjUgXzCV6I Message-ID: Subject: Re: How do I ALTQ hostap interface? From: Adrian Chadd To: Peter Lai Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-wireless@freebsd.org" 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 14:38:25 -0000 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"