From owner-freebsd-wireless@FreeBSD.ORG Sun Mar 22 18:22:18 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DB24732 for ; Sun, 22 Mar 2015 18:22:18 +0000 (UTC) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57040C5 for ; Sun, 22 Mar 2015 18:22:18 +0000 (UTC) Received: by igbqf9 with SMTP id qf9so22956943igb.1 for ; Sun, 22 Mar 2015 11:22:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=+pyBGEbWpZKZ+ERxxlC9HDvFpNWDJWDkoOqIuZbMMrI=; b=A/QvjBnsGVRsGF2zM7cGDzvFEWbtVzgJ7xR1tVpejSC/uAy02ue/KKc6VUm7g4yBOI iyrNsXOflZMKWu1jRtgqR3ERoHjoU/REs4tgDNGOaQmGwqM4o8Z9MisVT4nhjf+zSuMc EcZcp9P02t0qTpxBTTpZ8nurokQ/c+AyQ7/2jNsWWhogXt1+IJLO0OyiQvJGu1QcBDXn TT3m/SzSUDNYwZWZWEDHOzlgrCd0hwS2ctTioRzMHMn3qCb+jwwfQG5LaRCZKrPDT3GZ yHaaJvo8uFy6Q7Uugv0BNtTsqV45FNjGnC059f6smytvkxeTSeqg4GbLB/a1NO0uQwFn VWzA== MIME-Version: 1.0 X-Received: by 10.107.136.206 with SMTP id s75mr124441843ioi.8.1427048537852; Sun, 22 Mar 2015 11:22:17 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Sun, 22 Mar 2015 11:22:17 -0700 (PDT) Date: Sun, 22 Mar 2015 11:22:17 -0700 X-Google-Sender-Auth: AT1cfu3gq61l9sCj6dBtly_w9nM Message-ID: Subject: net80211 and timer/tick bugs - please help From: Adrian Chadd 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: Sun, 22 Mar 2015 18:22:18 -0000 Hi all, I've just fixed one ticks related bug in -HEAD. It should make 11n aggregation work again. Sigh. I have this sneaking, horrible feeling that there are more ticks signed comparison bugs lurking in the code. So I'd really appreciate some help eyeballing and reviewing the net80211 code for "ticks correctness." Thanks, -adrian