Fix typos.
Obtained from: DragonFlyBSD
This commit is contained in:
parent
fc607a2e80
commit
b7327995de
@ -1163,9 +1163,9 @@ In particular the information elements included in management frames
|
||||
for old devices are different.
|
||||
When compatibility support is enabled both standard and compatible data
|
||||
will be provided.
|
||||
Stations that associate using the compatiblity mechanisms are flagged
|
||||
Stations that associate using the compatibility mechanisms are flagged
|
||||
in ``list sta''.
|
||||
To disable compatiblity support use
|
||||
To disable compatibility support use
|
||||
.Fl htcompat .
|
||||
.It Cm htprotmode Ar technique
|
||||
For interfaces operating in 802.11n, use the specified
|
||||
|
@ -5027,7 +5027,7 @@ DECL_CMD_FUNC(set80211clone_wlanaddr, arg, d)
|
||||
|
||||
ea = ether_aton(arg);
|
||||
if (ea == NULL)
|
||||
errx(1, "%s: cannot parse addres", arg);
|
||||
errx(1, "%s: cannot parse address", arg);
|
||||
memcpy(params.icp_macaddr, ea->octet, IEEE80211_ADDR_LEN);
|
||||
params.icp_flags |= IEEE80211_CLONE_MACADDR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user