svn commit: r367450 - stable/12/sys/net80211
Bjoern A. Zeeb
bz at FreeBSD.org
Sat Nov 7 16:34:21 UTC 2020
Author: bz
Date: Sat Nov 7 16:34:21 2020
New Revision: 367450
URL: https://svnweb.freebsd.org/changeset/base/367450
Log:
MFC r367326:
net80211: fix a typo
Correct a typo referring to the wrong flags in a comment.
No functional changes.
Modified:
stable/12/sys/net80211/_ieee80211.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/net80211/_ieee80211.h
==============================================================================
--- stable/12/sys/net80211/_ieee80211.h Sat Nov 7 16:20:37 2020 (r367449)
+++ stable/12/sys/net80211/_ieee80211.h Sat Nov 7 16:34:21 2020 (r367450)
@@ -619,7 +619,7 @@ struct ieee80211_rx_stats {
} evm;
/* 32 bits */
- uint8_t c_phytype; /* PHY type, FW flags above */
+ uint8_t c_phytype; /* PHY type, FP flags above */
uint8_t c_vhtnss; /* VHT - number of spatial streams */
uint8_t c_pad2[2];
};
More information about the svn-src-stable
mailing list