From owner-soc-status@FreeBSD.ORG Mon Aug 5 16:05:30 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 D9A6F16C for ; Mon, 5 Aug 2013 16:05:30 +0000 (UTC) (envelope-from qinchenchong@gmail.com) Received: from mail-vb0-x229.google.com (mail-vb0-x229.google.com [IPv6:2607:f8b0:400c:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CC8C2522 for ; Mon, 5 Aug 2013 16:05:30 +0000 (UTC) Received: by mail-vb0-f41.google.com with SMTP id g17so3056453vbg.0 for ; Mon, 05 Aug 2013 09:05:29 -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=d6KbT+1dfPnulzGHrHZrWHeEybtNq1tUP8vvW/2Zj9I=; b=sM5EOn+yBHkvM50c6o/sdkPVu9wgRa4mcrg7mVBNLcIsWqOalrKi+03Ic5kxt+Ycip lACbjHRuc7iUL4+Z+hw/oBW2iviz+aFbkV8LgmD23qOre2N/bYIc5sNx22/+CfOS/AYL ZoYrwqxldN3bEj5OoICUsBE3WRGd4LhMQykbcN8RS+CoDRF6RPWINZoGs35B7P8q1MJz +drpc8xiIeQe7J2Y5lawrEqyahGFMEXyAB5aCszidtcd83hqq7kxj6eYAtn4XLRjHHVI D2TC4IlnE0T7L75eVtnhUl8/tY9/vhIC+W8nN1d3ir22zi9IqjMmNwhnAFL7LM6eLCgi 0w9g== MIME-Version: 1.0 X-Received: by 10.52.73.135 with SMTP id l7mr5231033vdv.9.1375718729731; Mon, 05 Aug 2013 09:05:29 -0700 (PDT) Received: by 10.220.57.142 with HTTP; Mon, 5 Aug 2013 09:05:29 -0700 (PDT) Date: Tue, 6 Aug 2013 00:05:29 +0800 Message-ID: Subject: Weekly Status Report, Aug 5, 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, 05 Aug 2013 16:05:30 -0000 Hi! Here is last week's status. Last week I was working on porting ath_rate_sample to net80211. It has not been finished yet. _complete_ and _update_ are to be added. _complete_ is a tricky thing. Different drivers provide different rc information in different ways. So, we need a unified way to provide the rc information during completion of a frame. I also browsed mac80211 to see what Linux do about the _complete_. Thanks! Chenchong