From owner-freebsd-wireless@FreeBSD.ORG Fri Jul 19 07:20:36 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4C12338E for ; Fri, 19 Jul 2013 07:20:36 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id DDA7E658 for ; Fri, 19 Jul 2013 07:20:35 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id p60so3729654wes.27 for ; Fri, 19 Jul 2013 00:20:35 -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 :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=eYCdkIkE4bYyCPQh0mgYwjqxCv9U+4rHz1GOwyJkmgI=; b=lJD3Kd8V4Oe8dJWHydxSEJXdyz+SgnEZo5aSebJKS1SC09+jSzev6RF+N+kZ7lX5V8 2U0HETRy/7fDTQASYHebyO3apgS+ugMejGu0PMmSufg7fW7ZLAQeUXQ45jwgWo3wyV62 3G+iQgOsXqe+clQxq9r38kYeIS3bJ6eKomvApJxKngfVWHiGEE7i2kgs7uXgF05Gyj1R fwU3GKLcbNT54Drw6+rtumW2dVS5or0G5dqNuaZfKhiK1t9KqJCAhcFuYLMZv2Ny1ZKe ZRsmDYMhga9VtfB+Hw+fHYHANoZ7ISAqmKBafr6QbKxvxiQjSbShl9IGUhwfB0cdOERQ Lf4Q== MIME-Version: 1.0 X-Received: by 10.180.14.105 with SMTP id o9mr15466870wic.30.1374218435076; Fri, 19 Jul 2013 00:20:35 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Fri, 19 Jul 2013 00:20:35 -0700 (PDT) In-Reply-To: <1374218060.561581929@f335.i.mail.ru> References: <1374143949.434105019@f394.i.mail.ru> <1374216800.193539560@f286.mail.ru> <1374218060.561581929@f335.i.mail.ru> Date: Fri, 19 Jul 2013 00:20:35 -0700 X-Google-Sender-Auth: CbMtXIoJrmN2_aEaorFCwih4IT4 Message-ID: Subject: Re: AR9287 interrupt rate From: Adrian Chadd To: sirok Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 19 Jul 2013 07:20:36 -0000 Hm, then I'm at a loss :( -adrian On 19 July 2013 00:14, sirok wrote: > It's almost GENERIC kernel with very slight differences related to network (firewall, ipsec). > Therefore, yes, I did. > > > device ath # Atheros NICs > device ath_pci # Atheros pci/cardbus glue > device ath_hal # pci/cardbus chip support > options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors > options AH_AR5416_INTERRUPT_MITIGATION # AR5416 interrupt mitigation > options ATH_ENABLE_11N # Enable 802.11n support for AR5416 and later > device ath_rate_sample # SampleRate tx rate control for ath > ... > options AH_INTERRUPT_DEBUGGING > > > >>Hi, >> >>Did you add the interrupt mitigation option (I think it's >>AH_AR5416_INTERRUPT_MITIGATION) in your kernel? >> >> >>-adrian > > > -- > _______________________________________________ > 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"