iwn, wlan: fix typos
Fxi tow typos Obtained from: DragonFlyBSD MFC after: 3 days
This commit is contained in:
parent
27513bd396
commit
f05e369aa2
sys
@ -8060,7 +8060,7 @@ iwn_read_firmware_tlv(struct iwn_softc *sc, struct iwn_fw_info *fw,
|
||||
case IWN_FW_TLV_WOWLAN_INST:
|
||||
case IWN_FW_TLV_WOWLAN_DATA:
|
||||
DPRINTF(sc, IWN_DEBUG_RESET,
|
||||
"TLV type %d reconized but not handled\n",
|
||||
"TLV type %d recognized but not handled\n",
|
||||
le16toh(tlv->type));
|
||||
break;
|
||||
default:
|
||||
|
@ -126,7 +126,7 @@ static int ieee80211_mesh_backofftimeout = -1;
|
||||
SYSCTL_PROC(_net_wlan_mesh, OID_AUTO, backofftimeout, CTLTYPE_INT | CTLFLAG_RW,
|
||||
&ieee80211_mesh_backofftimeout, 0, ieee80211_sysctl_msecs_ticks, "I",
|
||||
"Backoff timeout (msec). This is to throutles peering forever when "
|
||||
"not receving answer or is rejected by a neighbor");
|
||||
"not receiving answer or is rejected by a neighbor");
|
||||
static int ieee80211_mesh_maxretries = 2;
|
||||
SYSCTL_INT(_net_wlan_mesh, OID_AUTO, maxretries, CTLFLAG_RW,
|
||||
&ieee80211_mesh_maxretries, 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user