From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755888AbcC2MqI (ORCPT ); Tue, 29 Mar 2016 08:46:08 -0400 Received: from mail-lf0-f53.google.com ([209.85.215.53]:35747 "EHLO mail-lf0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753058AbcC2MqC (ORCPT ); Tue, 29 Mar 2016 08:46:02 -0400 Subject: Re: [PATCH 15/16] wcn36xx: don't pad beacons for mesh To: Bjorn Andersson , Eugene Krasnikov , Kalle Valo References: <1459231593-360-1-git-send-email-bjorn.andersson@linaro.org> <1459231593-360-16-git-send-email-bjorn.andersson@linaro.org> Cc: wcn36xx@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jason Mobarak , Chun-Yeow Yeoh From: Sergei Shtylyov Message-ID: <56FA7905.80902@cogentembedded.com> Date: Tue, 29 Mar 2016 15:45:57 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <1459231593-360-16-git-send-email-bjorn.andersson@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 3/29/2016 9:06 AM, Bjorn Andersson wrote: > From: Jason Mobarak > > Patch "wcn36xx: Pad TIM PVM if needed" has caused a regression in mesh scripts/checkpatch.pl now enforces the specific commit citing format, i.e. <12-digit SHA1> (""). > beaconing. The field tim_off is always 0 for mesh mode, and thus > pvm_len (referring to the TIM length field) and pad are both incorrectly > calculated. Thus, msg_body.beacon_length is incorrectly calculated for > mesh mode. Fix this. > > Signed-off-by: Jason Mobarak > Signed-off-by: Chun-Yeow Yeoh > Signed-off-by: Bjorn Andersson You might want to add the Fixes: tag. [...] MBR, Sergei