svn commit: r367326 - head/sys/net80211

Bjoern A. Zeeb bz at FreeBSD.org
Wed Nov 4 12:07:34 UTC 2020


Author: bz
Date: Wed Nov  4 12:07:33 2020
New Revision: 367326
URL: https://svnweb.freebsd.org/changeset/base/367326

Log:
  net80211: fix a typo
  
  Correct a typo referring to the wrong flags in a comment.
  No functional changes.
  
  MFC after:	3 days
  Sponsored by:	Rubicon Communications, LLC (d/b/a "Netgate")

Modified:
  head/sys/net80211/_ieee80211.h

Modified: head/sys/net80211/_ieee80211.h
==============================================================================
--- head/sys/net80211/_ieee80211.h	Wed Nov  4 11:48:08 2020	(r367325)
+++ head/sys/net80211/_ieee80211.h	Wed Nov  4 12:07:33 2020	(r367326)
@@ -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-head mailing list