Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2025 20:27:05 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 48f8ed03d32d - stable/14 - net80211: rename \4 in IEEE80211_VHTCAP_BITS for clarity
Message-ID:  <202502242027.51OKR58R027083@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=48f8ed03d32de35a2075271512edab9902e19377

commit 48f8ed03d32de35a2075271512edab9902e19377
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-02-15 12:40:30 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2025-02-24 20:26:47 +0000

    net80211: rename \4 in IEEE80211_VHTCAP_BITS for clarity
    
    Bits 2 and 3 (\3 and \4 of the %b flag mask) are the 'Supported Channel
    Width Set' indicating VHT160 (B2) or VHT160 and VHT80P80 (B3) support.
    Though longer rename \4 from CHAN80P80 to CHAN160+80P80 to not confuse
    the reader that VHT160 might not be supported.
    
    Sponsored by:   The FreeBSD Foundation
    Reviewed by:    adrian
    Differential Revision: https://reviews.freebsd.org/D48977
    
    (cherry picked from commit 7f31d95c98e64eff7b269e457789ed9cfc7b2779)
---
 sys/net80211/ieee80211.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net80211/ieee80211.h b/sys/net80211/ieee80211.h
index 814221430f7f..a5008796d89f 100644
--- a/sys/net80211/ieee80211.h
+++ b/sys/net80211/ieee80211.h
@@ -978,7 +978,7 @@ struct ieee80211_vht_operation {
  * XXX TODO: add the rest of the bits
  */
 #define	IEEE80211_VHTCAP_BITS \
-	"\20\1MPDU7991\2MPDU11454\3CHAN160\4CHAN8080\5RXLDPC\6SHORTGI80" \
+	"\20\1MPDU7991\2MPDU11454\3CHAN160\4CHAN160+80P80\5RXLDPC\6SHORTGI80" \
 	"\7SHORTGI160\10RXSTBC1\11RXSTBC2\12RXSTBC3\13RXSTBC4\14BFERCAP" \
 	"\15BFEECAP\27VHT\37RXANTPTN\40TXANTPTN"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502242027.51OKR58R027083>