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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A4EB4C636CC for ; Tue, 7 Feb 2023 09:08:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231211AbjBGJIt (ORCPT ); Tue, 7 Feb 2023 04:08:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50380 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230057AbjBGJIr (ORCPT ); Tue, 7 Feb 2023 04:08:47 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3694E25293; Tue, 7 Feb 2023 01:08:47 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 8C7A3CE1C78; Tue, 7 Feb 2023 09:08:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3DF9AC433D2; Tue, 7 Feb 2023 09:08:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1675760923; bh=IMPgfkEqcwFiyajL7c6K38cwpC8Yprt9hdR3K+g10b0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=svi6jBziltLnh/GDHxX6qxdFZI8gOEZGBJrpWyxnEETZPYWV04yWU6jNXovmOV5zg 9OE6BNgbkzt1mfiqLXm8MpCZRzj9WiIUlb+QXg0TlYwUgQEOZkfPGIJbw9dpYO/Dhs KOLkyWhfPckKDHv7Mk+ijwkZ3n8P25EYe3uH8PfE= Date: Tue, 7 Feb 2023 10:08:35 +0100 From: Greg KH To: Jaewan Kim Cc: johannes@sipsolutions.net, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, kernel-team@android.com, adelva@google.com Subject: Re: [PATCH v7 1/4] mac80211_hwsim: add PMSR capability support Message-ID: References: <20230207085400.2232544-1-jaewan@google.com> <20230207085400.2232544-2-jaewan@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230207085400.2232544-2-jaewan@google.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Feb 07, 2023 at 08:53:57AM +0000, Jaewan Kim wrote: > @@ -4445,6 +4481,8 @@ static int mac80211_hwsim_new_radio(struct genl_info *info, > NL80211_EXT_FEATURE_MULTICAST_REGISTRATIONS); > wiphy_ext_feature_set(hw->wiphy, > NL80211_EXT_FEATURE_BEACON_RATE_LEGACY); > + wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_ENABLE_FTM_RESPONDER); > + > > hw->wiphy->interface_modes = param->iftypes; > Why the 2 blank lines now? Didn't checkpatch warn about this? thanks, greg k-h