From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 367BEC83004 for ; Tue, 28 Apr 2020 07:46:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 20D0F206A5 for ; Tue, 28 Apr 2020 07:46:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726660AbgD1Hql (ORCPT ); Tue, 28 Apr 2020 03:46:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726253AbgD1Hql (ORCPT ); Tue, 28 Apr 2020 03:46:41 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A1D7C03C1A9; Tue, 28 Apr 2020 00:46:41 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) (envelope-from ) id 1jTKww-000vXm-5G; Tue, 28 Apr 2020 09:46:38 +0200 Message-ID: <40afd04ed8fb49088268e7d3316d3fef9aa8dbd9.camel@sipsolutions.net> Subject: Re: linux-next: build failure after merge of the mac80211-next tree From: Johannes Berg To: Sergey Matyukevich Cc: Stephen Rothwell , Wireless , Linux Next Mailing List , Linux Kernel Mailing List Date: Tue, 28 Apr 2020 09:46:37 +0200 In-Reply-To: <20200428074527.GA3912@curiosity> (sfid-20200428_094101_668130_D6E3CFA4) References: <20200428122930.51b6a9c2@canb.auug.org.au> <20200428072543.GA2630@curiosity> <20200428074527.GA3912@curiosity> (sfid-20200428_094101_668130_D6E3CFA4) Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2020-04-28 at 10:45 +0300, Sergey Matyukevich wrote: > > Looks good. But I have a couple of questions: > > - why cleanup vif->mgmt_frame_reg in wilc_mac_open ? Otherwise wilc_update_mgmt_frame_registrations() will think there are no changes whatsoever, and do nothing. > - previously wilc_wfi_p2p_rx was called only for PROBE_REQ and ACTION, > now it will be called for all the other registred frames as well Huh, good catch. How about this? https://p.sipsolutions.net/51183f5492f05ea6.txt johannes