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 5DB68E71D40 for ; Fri, 29 Sep 2023 14:34:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233756AbjI2Oel (ORCPT ); Fri, 29 Sep 2023 10:34:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58992 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233660AbjI2Oe3 (ORCPT ); Fri, 29 Sep 2023 10:34:29 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1011D2726 for ; Fri, 29 Sep 2023 07:33:24 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9129C433C7; Fri, 29 Sep 2023 14:33:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695998004; bh=gJM000iU/qxw+nMqCXY3TCqRWK5JPoW6L+5coAokIkE=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=mjt+hJKebUnCYT8C9jf5xidUCWbhhbyVfmJyv3qV1jc7SxOMf/s0LoumF3EtUdcH1 FiyZnw5yYZ7REX2f2q8hbbPIoukRhoG2hBIBoSNMbVrD1jOMO0IBGeeVssNLJRt5R+ se/fDcx+G7U88lnkLkhrlfwuigVAFi09wPW1XhfFZP9uEsWzNVSicZKJ1t9fokknXg hKi/wlQ+Hn/L8jtxWiemO2lZbZolI3lAgc++6L+fSHBBNWLbao7+k5Jzl5RnVss2d5 bjfReClrECYExzVI2rVvqgBS1hpUBCne3Gs1ynAzk0Zp4DepyP497LKS+5VpjOtQH8 ZY6VFBT93j6fw== From: Kalle Valo To: Johannes Berg Cc: linux-wireless@vger.kernel.org, Johannes Berg Subject: Re: [PATCH] wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/value References: <20230929162059.205c236c9f3f.I9ed4c65ab6514aa9e3c8877ec79092a302b2089d@changeid> Date: Fri, 29 Sep 2023 17:33:21 +0300 In-Reply-To: <20230929162059.205c236c9f3f.I9ed4c65ab6514aa9e3c8877ec79092a302b2089d@changeid> (Johannes Berg's message of "Fri, 29 Sep 2023 16:21:00 +0200") Message-ID: <87fs2x6ocu.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Johannes Berg writes: > From: Johannes Berg > > Somehow, I managed to botch this and pretty much completely break > wifi. My original patch did contain these changes, but I seem to > have lost them before sending to the list. Fix it now. > > Reported-by: Kalle Valo > Fixes: 6c02fab72429 ("wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return value") > Signed-off-by: Johannes Berg Thank you for fixing this so quickly! Tested-by: Kalle Valo I assume you don't mind if I apply this to wireless-next still today? -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches