From owner-soc-status@FreeBSD.ORG Mon Jul 29 15:10:28 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 DF123170 for ; Mon, 29 Jul 2013 15:10:27 +0000 (UTC) (envelope-from qinchenchong@gmail.com) Received: from mail-ve0-x22f.google.com (mail-ve0-x22f.google.com [IPv6:2607:f8b0:400c:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A19472CC9 for ; Mon, 29 Jul 2013 15:10:27 +0000 (UTC) Received: by mail-ve0-f175.google.com with SMTP id da11so2986868veb.20 for ; Mon, 29 Jul 2013 08:10:26 -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=SZnTVMweSpsBLpUamleDjtOqoT+qNevpOnptsknWG9Y=; b=OXFmMmoqhJD8z8sUtYC5fvT7zWb7R0N1rCAmKhblwjbImO7cyuInWrvOm+PVLSqysJ CL0Zqw0r2B+tNmnFj3bcmUmWsfSQ2xO4MwG+1ReUbTDK4NE8HliLpd7vNI8nkW+XTmxh 1Dm+BRJBPMXEA66b+tjPBQMFoKia2OmP/F/+IdZFeFyYmzeDxDp/ATNDQoDTKhqf/lIR nedX7s/F87dZMdn3L01N8KEeYw6BOrx5+eF56PZaGhqBTaJPwAOoeRVCcXNGGiAelVcb md19PKIFIPFdE40/HXLQELly4Tz8F6om9v6GpXsZAufJmFc603B2cA74DrlNURRjE2V8 wbgg== MIME-Version: 1.0 X-Received: by 10.220.191.5 with SMTP id dk5mr8653859vcb.47.1375110626797; Mon, 29 Jul 2013 08:10:26 -0700 (PDT) Received: by 10.220.57.142 with HTTP; Mon, 29 Jul 2013 08:10:26 -0700 (PDT) Date: Mon, 29 Jul 2013 23:10:26 +0800 Message-ID: Subject: Weekly Status Report, Jul 29, 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, 29 Jul 2013 15:10:28 -0000 Hi! Here is last week's status. * change "IEEE80211_RATECTL_OPT_*" to "IEEE80211_RATECTL_CAP_*". change field "options" of ieee80211_ratectl to "ir_capabilities". update the references. * fix error on initialization of ir_capabilities. * re-add max4msframelen to ieee80211_rc_series. port max_4ms_framelen[4][32] to ieee80211_ratectl. also add setup of max4msframelen to ieee80211_ratectl_complete_rcflags(). * move ieee80211_ratectl_complete_rcflags() to ieee80211_ratectl.c, also put max_4ms_framelen[4][32] there. * add pre-compile declaration to ieee80211_ratectl.h. (strange it not appeared) Thanks! Chenchong