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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 00874C433F5 for ; Thu, 23 Sep 2021 11:36:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CECB060EE4 for ; Thu, 23 Sep 2021 11:36:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240622AbhIWLhh (ORCPT ); Thu, 23 Sep 2021 07:37:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34594 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238930AbhIWLhg (ORCPT ); Thu, 23 Sep 2021 07:37:36 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7BE56C061574 for ; Thu, 23 Sep 2021 04:36:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=Content-Transfer-Encoding:MIME-Version: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=BIiaC5CkSEYjf0gygSuRO5yhBDgpibDzFZYj5rNclMk=; t=1632396965; x=1633606565; b=x2dIs/eQCTTCYcy8MsuMRCrHEvmUdBuFe9MnoipN4uBs1nJ cOOgXAUvzKpJvTarHwnM28cV2jrgmJrKE1kX6zNtuwK4UBN14HpWST0Lu/pT+Bh2JykktnshqXM2T ENtb+HFucIYqKBH5lOY/LIn2fRGW7ah8wdMw5ld8HAhgDhAd10Nbv1oLrSE1kvVftrVJoqU81UAkN mXb9Z/c2ypIKsGlrWKLpaa5wUYXhZFQCrNApZKlSY0G6qEP5t5CglZ0X0Vp6Xr5vHr2XeGGxYxkS8 zOguHwiGjH3y0uhMRxkLfof5kjH5HlaAvuNxxk9dfAPeacs3V5mGOqxHEhgGhl1Q==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.95-RC2) (envelope-from ) id 1mTN1G-00Ai3W-Rl; Thu, 23 Sep 2021 13:36:02 +0200 Message-ID: <10ea557f9dfdf92083b9816d7370926e4222f333.camel@sipsolutions.net> Subject: Re: [PATCH iw 1/4] iw: nl80211: add NLA_F_NESTED to nla_nest_start() with older libnl versions From: Johannes Berg To: Gokul Sivakumar Cc: linux-wireless@vger.kernel.org Date: Thu, 23 Sep 2021 13:36:01 +0200 In-Reply-To: <20210910141618.1594617-1-gokulkumar792@gmail.com> References: <20210910141618.1594617-1-gokulkumar792@gmail.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Applied 2-4, but > > +#ifndef NL_CAPABILITY_VERSION_3_5_0 I can find no evidence of that symbol ever existing anywhere? johannes