From nobody Tue Jun 9 04:35:22 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gZGL22k0Vz6hLPH for ; Tue, 09 Jun 2026 04:35:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gZGL229n4z3s4P for ; Tue, 09 Jun 2026 04:35:22 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780979722; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=LCiN/hBY9coRWHdTM01y3EJoABoRCdQ3O1nCkVNCUQI=; b=iQiy7/2ayWXCZvoTRCIFhoUq3hFkueeRHwwQXQ36+V5mq/9Q9dNPa6H/I3iyWXDj3nuulZ OjKiqk51ooggKfyjGFU9ox6/2z5xvW0kaYfjJpAMHzd0vtNhITSZ/dakYjWpkfUng2vz3z 2oFsSeyuTaU8ZTk5h05GdPH8ZgT/LNg5m4+V/G98CUD2GTlqZZHRS3JiMfb7OXXDPeA863 5LuuJ8kLc3zAWThWoyTxMHZ3yOOLH//Tiu/s62WdGhfl8afhvOlVFblKXyAUrjg6WTYROG /Oog1cCjsFPy0ux5GRA65PvFgBsmqx+Jgia+bRYOJysRX+Ilhsl8Ra95IRcZYA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780979722; a=rsa-sha256; cv=none; b=SmrGOT7ndI3EJOiMYozD9c+JoLwy68OOr3aAj0leuamVLLrL1QTbjEP2Z2HoI3m3NFfS4n eSK+nbzkd0nNB810mGrpBOLkvvgwpZtzfUMHz2RBWSdPA2jbfE2SyzO/qKOrhhIKXT85v+ ItGYjAdes2lHD9SpzoVDyCyx0YtnZ7SDvWhKDw2EohPLABEqXTWjKYcw32R/mdI5h3h9+n 7j1LKdkrCpSbyfilrDcXkOo6VZ2bV+y9mbB9ZpJVQJmSuQS/XIQApM2NDekMCDixe4rD7F M736SG6Ye9XbGMSp3B0p14ytTGc5u/FNsaMBn9efgCW8aJhlAu2lY9pLz7XhJQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780979722; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=LCiN/hBY9coRWHdTM01y3EJoABoRCdQ3O1nCkVNCUQI=; b=t/sVApJDjOropqiP7TIlwdWoHfSkiBFJYFj0x7/phxAJwZV+JOAfb6fhCjprEl8I03zpoo 9qhHjIRyULJFsH5u0MIabaV3dbG0zI/Eoj+Qbi1kXxpUAAA5GXniczc/z7j6B6qELbpns6 k3lEIk93gUQTQXEEAvAsinhl0RJOm5jDv/z5GyntC3f87pKlqkhpDFHwIasXHSpMR4NrOP lMpkZ8G2Bupujg/1djKm8Yr3cBFEK9kIyxPp0HGvsruF1zmcTLTp4uklvepDYbG8O2k4Q7 XPGq4UYoPCs0ZKzXoynITJaztzNEwAathhjxK2nOwzwIRUD8aGZp7SGNNAQouA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZGL21lDnz3gB for ; Tue, 09 Jun 2026 04:35:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 307e0 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 09 Jun 2026 04:35:22 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Adrian Chadd Subject: git: 62c1865c9aae - main - net80211: delete the deprecated ieee80211_wepkey struct List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adrian X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 62c1865c9aaef436498c444b460e6ec2fbcaf44d Auto-Submitted: auto-generated Date: Tue, 09 Jun 2026 04:35:22 +0000 Message-Id: <6a27980a.307e0.c0488d6@gitrepo.freebsd.org> The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=62c1865c9aaef436498c444b460e6ec2fbcaf44d commit 62c1865c9aaef436498c444b460e6ec2fbcaf44d Author: Adrian Chadd AuthorDate: 2026-06-09 04:27:12 +0000 Commit: Adrian Chadd CommitDate: 2026-06-09 04:27:12 +0000 net80211: delete the deprecated ieee80211_wepkey struct This hasn't been used in a long time, and since I am shuffling around the net80211 crypto API a bunch, let's just delete it instead of leaving it here and trying to figure out how to support it if it's used by userland somehow. Reviewed by: guest-seuros Differential Revision: https://reviews.freebsd.org/D57312 --- sys/net80211/ieee80211_crypto.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys/net80211/ieee80211_crypto.h b/sys/net80211/ieee80211_crypto.h index 824983ae4d2d..9ae91bcaeb5d 100644 --- a/sys/net80211/ieee80211_crypto.h +++ b/sys/net80211/ieee80211_crypto.h @@ -50,14 +50,6 @@ #define IEEE80211_KEYBUF_SIZE IEEE80211_KEYBUF_128_SIZE #define IEEE80211_MICBUF_SIZE IEEE80211_MICBUF_128_SIZE -/* - * Old WEP-style key. Deprecated. - */ -struct ieee80211_wepkey { - u_int wk_len; /* key length in bytes */ - uint8_t wk_key[IEEE80211_KEYBUF_SIZE]; -}; - struct ieee80211_rsnparms { uint8_t rsn_mcastcipher; /* mcast/group cipher */ uint8_t rsn_mcastkeylen; /* mcast key length */