diff options
Diffstat (limited to 'share/man/man4/net80211.4')
-rw-r--r-- | share/man/man4/net80211.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/net80211.4 b/share/man/man4/net80211.4 index 693f6b9..1af240d 100644 --- a/share/man/man4/net80211.4 +++ b/share/man/man4/net80211.4 @@ -64,7 +64,7 @@ This structure is defined as follows: .Bd -literal struct ieee80211req { char i_name[IFNAMSIZ]; /* if_name, e.g. "wi0" */ - u_int16_t i_type; /* req type */ + uint16_t i_type; /* req type */ int16_t i_val; /* Index or simple value */ int16_t i_len; /* Index or simple value */ void *i_data; /* Extra data */ |