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")
This commit is contained in:
Bjoern A. Zeeb 2020-11-04 12:07:33 +00:00
parent 9815c092de
commit 60ec31e93f
1 changed files with 1 additions and 1 deletions

View File

@ -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];
};