From owner-soc-status@FreeBSD.ORG Mon Jun 24 15:21:39 2013 Return-Path: Delivered-To: soc-status@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 B282EB01 for ; Mon, 24 Jun 2013 15:21:39 +0000 (UTC) (envelope-from qinchenchong@gmail.com) Received: from mail-ve0-x236.google.com (mail-ve0-x236.google.com [IPv6:2607:f8b0:400c:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id 777F51D6D for ; Mon, 24 Jun 2013 15:21:39 +0000 (UTC) Received: by mail-ve0-f182.google.com with SMTP id ox1so8940425veb.13 for ; Mon, 24 Jun 2013 08:21:39 -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=KwmmvhBYs29E8hyJwT06TDMlqcHKEdOCC4eVpsnhOnY=; b=hRugGH30zG+5xJ10zXEy6t6xUArRsPvnGc7EG9a1pI1ap0pbPy0itAhOQrRwoMby+d iQqdGXKhuvZGVvFncVdvQHc4b/MLKdUURCye3jFL17hox1s/ZsUqcQKWBFAcQoa+KBwg OIo1lvOCiTMS3AIzozK6qI9ognYhQrbQyPqWhR/7X94+9BRpHP87XOFhXE78zRhHJpCz oWxeEf+2qBNIOp9puKrxikq77G/rTFezVlTqLgaGDbkyQXO/hAMOo+/wnMr4BKz93jT7 tRiP0oPUxT9bUq1jC2aPzvp5w5L0noTEVcS5B0j1rm2fTM3axS31E+v9Y/TjUh8iWTZA oFsQ== MIME-Version: 1.0 X-Received: by 10.58.249.173 with SMTP id yv13mr1568498vec.98.1372087298994; Mon, 24 Jun 2013 08:21:38 -0700 (PDT) Received: by 10.220.216.15 with HTTP; Mon, 24 Jun 2013 08:21:38 -0700 (PDT) Date: Mon, 24 Jun 2013 23:21:38 +0800 Message-ID: Subject: Weekly Status Report, Jun 24, 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, 24 Jun 2013 15:21:39 -0000 Hi! Work status of last week as follows. I was going through a steep learning curve about the real kernel devl jobs. It seems that a brief knowledge of the whole kernel wifi stuff other than only the rate control part is necessory to get my work done (my work is extending net80211 rate control API to make it 802.11n aware). So I spent lots of time tracing the wifi code, especially the rate control related things. And I also went to linux mac80211 code to see what they did there. That may be helpful to my work. Thanks! Chenchong