From owner-soc-status@FreeBSD.ORG Tue Aug 13 10:03:50 2013 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D0C6073C for ; Tue, 13 Aug 2013 10:03:50 +0000 (UTC) (envelope-from qinchenchong@gmail.com) Received: from mail-vc0-x22a.google.com (mail-vc0-x22a.google.com [IPv6:2607:f8b0:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93F5929CC for ; Tue, 13 Aug 2013 10:03:50 +0000 (UTC) Received: by mail-vc0-f170.google.com with SMTP id kw10so3694376vcb.1 for ; Tue, 13 Aug 2013 03:03:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=OUZdMWiAPy0SE/B/UpYh8clbkCb2IcQ7Uaa/UcT4j8Q=; b=hEfw+4fO5PkWCid+80APQr/NmPCqWkysCgjRH0t/OKjmuxf2jslHtCQGTRbKZb76AP iNbnUpTmV4I/ZI7tuwBn+DkaBFolAELQyf06fFnNTLXD9/MZJZni7mPRAINeuZ4zpMZT tvv+YRyoBI4Q6xP6GCOlEp0gpEHSXMLBVEWWIh87Dc6OxQyE7hUFnnXfE4nrZXuhPrsg Y8Z+jSzz06n2FNUvU/d8OevQE/HkXBtT5MGG0Uh7s7zU9ywIUMyJ1/Qw5zFvCm6dChvk 0IFjbEE9ETNdnAmwFH5IFKUGp+CptCTP/uyJTWaGNvpAZEtCMK/L0omBPI7jsotwVVtY rkyw== MIME-Version: 1.0 X-Received: by 10.220.48.194 with SMTP id s2mr7068vcf.43.1376388229774; Tue, 13 Aug 2013 03:03:49 -0700 (PDT) Received: by 10.220.57.142 with HTTP; Tue, 13 Aug 2013 03:03:49 -0700 (PDT) Date: Tue, 13 Aug 2013 18:03:49 +0800 Message-ID: Subject: Weekly Status Report, Aug 13, 2013 From: Chenchong Qin To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 10:03:50 -0000 Hi! Here is last week's status. I added ieee80211_rc_info to ratectl api. Then we can conveniently provide more tx info to ratectl algo. ir_rates, ieee80211_ratectl_rates and ieee80211_ratectl_complete_rcflags were adapted correspondingly. __complete__ stuff of ieee80211_rc_sample was done and ieee80211_rc_sample can return rc series now. Thanks! Chenchong