From owner-soc-status@FreeBSD.ORG Mon Sep 16 12:05:13 2013 Return-Path: Delivered-To: soc-status@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 ESMTP id DB50CB64 for ; Mon, 16 Sep 2013 12:05:12 +0000 (UTC) (envelope-from qinchenchong@gmail.com) Received: from mail-vb0-x234.google.com (mail-vb0-x234.google.com [IPv6:2607:f8b0:400c:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D10A27C9 for ; Mon, 16 Sep 2013 12:05:12 +0000 (UTC) Received: by mail-vb0-f52.google.com with SMTP id f12so2671665vbg.39 for ; Mon, 16 Sep 2013 05:05:11 -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=wA8GwC20VkYUOGUcuZCkzz8IUFamG4B1n2zkW84lb+o=; b=B2mXN7mVmDisB7FxQ1iLfNlJflQKVeZzhuluWWPzIGvrtAVKMtb63E0376fbvfv8Dh fqeoYgzCf6DGgUFWyIYUmEZEppIcUq3mGnc2lFuQkpbJlkk7UERmlQmlzq41HmRYvfZt iAoz8kqhLQjB/hTRj/+Qyj56Hi88mem7MDY79TqXb/Z8e14VToAV8GsQwrW9FHSC1oDa wRNC+Kr9UcaH1qVKxESI/3F54NULsvOBPjNsYkN83984LUCoOg2IXKCxN8ffPXGso4jv A4zks1sL52dXPqyDEa6r1SpQZJ8avKaAtQav91TWGo9XFmdhsauw7OhYxt7T2BQS0Leu U9gA== MIME-Version: 1.0 X-Received: by 10.52.74.100 with SMTP id s4mr22732vdv.35.1379333111624; Mon, 16 Sep 2013 05:05:11 -0700 (PDT) Received: by 10.220.182.68 with HTTP; Mon, 16 Sep 2013 05:05:11 -0700 (PDT) Date: Mon, 16 Sep 2013 20:05:11 +0800 Message-ID: Subject: Weekly Status Report, Sep 16, 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: Mon, 16 Sep 2013 12:05:13 -0000 Hi! This is status of last week. * add the aggregation support. A new ieee80211_rc_info flag was added to ieee80211_ratectl to let it distinguish aggregation and non-aggregation scenarios and another member was added to ieee80211_rc_info to record value of the maximum aggregate size. Then, in aggregation scenario, ratectl algo can inform aggregation selection code of proper maximum aggregate size. * export per-vap and per-device ratectl statistics. The per-vap statistics is attached when ieee80211_ratectl_init() is called. Per-device api was implemented in ath. * update ieee80211_sample and complete ieee80211_ratectl_none templete. ieee80211_rc_sample* was renamed to ieee80211_sample*. I also modified ieee80211_sample to let it use the latest net80211-ratectl features. Some errors in ieee80211_sample got fixed. ieee80211_ratectl_none templete was completed with newly added net80211-ratectl functions. Thanks! Chenchong