Re: [PATCH 15/16] wcn36xx: don't pad beacons for mesh

From: Sergei Shtylyov
Date: Tue Mar 29 2016 - 08:46:11 EST


Hello.

On 3/29/2016 9:06 AM, Bjorn Andersson wrote:

From: Jason Mobarak <jam@xxxxxxxxxxx>

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> ("<commit summary>").

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 <jam@xxxxxxxxxxx>
Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@xxxxxxxxxxx>
Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>

You might want to add the Fixes: tag.

[...]

MBR, Sergei