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=-4.1 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 381ECC433DF for ; Fri, 31 Jul 2020 03:28:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E0209206FA for ; Fri, 31 Jul 2020 03:28:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="BlWGLNcH" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731224AbgGaD2h (ORCPT ); Thu, 30 Jul 2020 23:28:37 -0400 Received: from ozlabs.org ([203.11.71.1]:38525 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731175AbgGaD2h (ORCPT ); Thu, 30 Jul 2020 23:28:37 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4BHt6B2tGfz9sTC; Fri, 31 Jul 2020 13:28:33 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1596166114; bh=Bexc+EUBRFfOwFY1RGCD8ItRDD2/Qns19CwYnGfgcmY=; h=Date:From:To:Cc:Subject:From; b=BlWGLNcHdSrUe6xDCkWUe5H07xCTIN0wclnRWYBANERZVN6U2GJgHZuJ+2eLW5IQb dPyWeN+7mnzwKkk3z+qcfb4O8soEXyaiQXqEB+KeONCcH8Q5UaIr+o5p60BDI+by1l k9NX+qs2t9TZd+9/2rql0TXdsiqxnWv8F84AAxMkXHth/n1tTbie3wi2yNxNytBEaE 3RQZKKU9DWsYR5wrXpzWdPnisMpF4AUhjsNuZFC2AKW29LObscV5B+InFVqKQCFR0D G1J+JKmPacb4kkJKeMFfEdQBPvgoSGthScxJiob6LBqo8VcR/YFzqaG68/xpizQ40g naiYngtxxfEXQ== Date: Fri, 31 Jul 2020 13:28:30 +1000 From: Stephen Rothwell To: Johannes Berg , Wireless Cc: Linux Next Mailing List , Linux Kernel Mailing List , Thomas Pedersen Subject: linux-next: build warnings after merge of the mac80211-next tree Message-ID: <20200731132830.75d7a905@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/.B7c2JVw=ftB8qCCNoqRfTd"; protocol="application/pgp-signature"; micalg=pgp-sha256 Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/.B7c2JVw=ftB8qCCNoqRfTd Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the mac80211-next tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/net/wireless/ath/ath10k/mac.c: In function 'chan_to_phymode': drivers/net/wireless/ath/ath10k/mac.c:558:3: warning: enumeration value 'NL= 80211_CHAN_WIDTH_1' not handled in switch [-Wswitch] 558 | switch (chandef->width) { | ^~~~~~ drivers/net/wireless/ath/ath10k/mac.c:558:3: warning: enumeration value 'NL= 80211_CHAN_WIDTH_2' not handled in switch [-Wswitch] drivers/net/wireless/ath/ath10k/mac.c:558:3: warning: enumeration value 'NL= 80211_CHAN_WIDTH_4' not handled in switch [-Wswitch] drivers/net/wireless/ath/ath10k/mac.c:558:3: warning: enumeration value 'NL= 80211_CHAN_WIDTH_8' not handled in switch [-Wswitch] drivers/net/wireless/ath/ath10k/mac.c:558:3: warning: enumeration value 'NL= 80211_CHAN_WIDTH_16' not handled in switch [-Wswitch] drivers/net/wireless/ath/ath10k/mac.c:581:3: warning: enumeration value 'NL= 80211_CHAN_WIDTH_1' not handled in switch [-Wswitch] 581 | switch (chandef->width) { | ^~~~~~ drivers/net/wireless/ath/ath10k/mac.c:581:3: warning: enumeration value 'NL= 80211_CHAN_WIDTH_2' not handled in switch [-Wswitch] drivers/net/wireless/ath/ath10k/mac.c:581:3: warning: enumeration value 'NL= 80211_CHAN_WIDTH_4' not handled in switch [-Wswitch] drivers/net/wireless/ath/ath10k/mac.c:581:3: warning: enumeration value 'NL= 80211_CHAN_WIDTH_8' not handled in switch [-Wswitch] drivers/net/wireless/ath/ath10k/mac.c:581:3: warning: enumeration value 'NL= 80211_CHAN_WIDTH_16' not handled in switch [-Wswitch] Introduced by commit e5cb3d34a66d ("nl80211: S1G band and channel definitions") --=20 Cheers, Stephen Rothwell --Sig_/.B7c2JVw=ftB8qCCNoqRfTd Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAl8jj94ACgkQAVBC80lX 0GwpQggAlIYc8PA64dXCF3vyS5ERU+iiVRgxymcQNPRfd9M3VRLR9OimA4vHqkwC uQW8rxdQItirDyV1J/2UDhRwbNZxErRrH0dNcbSgHCtL9CAnnEgsveZqL1IM4jk6 qdy2nmtU5oPCVVbWNU7+KFbwlQqt3WzL5DnKLfdNlKbaZhfCTxZ5SXpzmJ6NMwHa 4URX+xvemqvO4+JrzBKwn7MoZ1b80ahs3dYtvi3cCRLhwQkPVvD9iOChAOqFXCbB u73yPXhAk34rljH7A3LNtImrqA6UBS2z2QpP8QBEUfx0BCDeMe3esoIclfXnyzke rDqp8ixDyOhzg4HaaTMfc7tln5NgsA== =G8SA -----END PGP SIGNATURE----- --Sig_/.B7c2JVw=ftB8qCCNoqRfTd--