Return-path: Received: from mail-iy0-f174.google.com ([209.85.210.174]:37470 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753949Ab2CLBVP (ORCPT ); Sun, 11 Mar 2012 21:21:15 -0400 MIME-Version: 1.0 In-Reply-To: <4F5D4D1D.40004@gmail.com> References: <4F5D4D1D.40004@gmail.com> From: Julian Calaby Date: Mon, 12 Mar 2012 12:20:54 +1100 Message-ID: (sfid-20120312_022122_121469_6FB1221F) Subject: Re: [PATCH v2 2/3]mac80211: improve PID rate control mechanism by avoiding rate oscillation problem To: wei Cc: linux-wireless@vger.kernel.org, johannes@sipsolutions.net, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi Wei, Again, a couple of comments On Mon, Mar 12, 2012 at 12:10, wei wrote: > From Wei YIN > Improve PID rate control mechanism by avoiding rate oscillation problem > > Signed-off-by: Wei YIN > --- > kernel 3.3.0 > net/mac80211/rc80211_pid.h | 38 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 38 insertions(+), 0 deletions(-) You shouldn't split this change up into separate files. When I said "this should be in a separate patch" - I meant that the change I was referring to was unrelated to what your patch was about - most of these were minor cleanups or things like that. You should write patches that do one thing and do it properly, and if you find any places that could use work unrelated to that "one thing", those changes should go in a separate patch. Also, this patch looks like it adds all the data structures that the first patch in this series would depend on - this should be part of that patch. Thanks, -- Julian Calaby Email: julian.calaby@gmail.com Profile: http://www.google.com/profiles/julian.calaby/ .Plan: http://sites.google.com/site/juliancalaby/