From nobody Tue Jun 9 04:35:22 2026 X-Original-To: dev-commits-src-all@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 4gZGL739Zsz6hL9h for ; Tue, 09 Jun 2026 04:35:27 +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 4gZGL72Y3Cz3s9J for ; Tue, 09 Jun 2026 04:35:27 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780979727; 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=CWMzrQxyLYs3nXDatUJEoONU5CRMg/xp96NlEkI4hkRuEuKiL8Di3jd2kfdzVhEG7TsniG x2QeDBAFPbBf+y8G8k5cDhGoNlDbZ7J/PIoZASx9RCHWMKz7uE86c0DbYkI2eHvgZKiwP9 xUFU09W/7HpmgUXoL4aBBiauoCCPUqoaHuT7qLB3KRwFXhpl4ZOQGCEUschJHm8jIwAtam RfUeJxQjEcsbqiP4jYAD8QN78ZdkCutpLLXUufxHNkPGXRnyHNSaVlXMlPqUazoHnpGL4q JN+nz80xF52okbQQH/G1EcrY/LyFQL/wIftkqCL9uzKK9I+7HERTQ6wjHkBhnA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780979727; a=rsa-sha256; cv=none; b=lpdU5tuiJEnzot06Im4+Jah12blHa1tjjg/PtwPa5lvaGg9CwSUgeMstLs0kDmSaM8NGw5 SqnozAu09y9mh15Ohrl13hrau2A/ZCOzK43+oEEpBfN/ZhzHlYh0qWbIbApa/MH6+Hv+eW 2k3ozkLj751BJnlSAi7gPpQt2VFq2N4wkBidnoF1DPHBY3zXr4ZdNSnAVRPz3Enje04Au5 tNPt/ElSyJgGO/sUjkR3YMIoD+rJmJYdky1fkgvMxyQCjCBTmBOsjJXYh7AxowJ103EUgC t4p3XAhU8rXPAyhQdXYVJyIzdnVtE/ss3rsOvZ4Ou48V0UoyRiECbGjPs+B5QQ== 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=1780979727; 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=Ev8exe5LXZAe2k/cQxuZx3Eu2JJSCMVSbzj2dEH8lZPaTJCGqimekz10M6quz3x8q2iLdZ 6lKRQ8AJE9CIqwnQVudR/NwlNJmyPNxJoLk2cc0eUCPQX9RglBk6YigMFNEm4IrAo2Fgka aaaToJXSR2LkcebtRxCwQUKXQy08dWG7HGFXelmA9u77+DD/d3ZW6V4KW4oPRjydyMbG24 FKxxV7I7LRbD/UzODcWcKPGzNdGbNe9/W39anPWuv9EQZB+kEOtH0mhR+zxZptUkJeTOxB I4Eq8Mi7ChK4xS8qx4jeWyyzNHdu25MubHr8+UMfZkpR941lSTp3nwv5oO4tLw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZGL71sXxz4T9 for ; Tue, 09 Jun 2026 04:35:27 +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 all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@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 */