wlanstat(8): Follow-ups after moving to /usr/sbin and renaming

- Update related comments
- Remove from tools/tools/net80211

Reviewed by:	imp, adrian
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52726
This commit is contained in:
Li-Wen Hsu
2025-09-30 11:31:12 +08:00
parent 89eee8ee2c
commit 6952bb321c
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ struct fmt {
* classes derived from it are useful.
*/
struct bsdstat {
const char *name; /* statistics name, e.g. wlanstats */
const char *name; /* statistics name, e.g. wlanstat */
const struct fmt *stats; /* statistics in class */
int nstats; /* number of stats */
#define FMTS_IS_STAT 0x80 /* the following two bytes are the stat id */