iwn, wlan: fix typos

Fxi tow typos

Obtained from:	DragonFlyBSD
MFC after:	3 days
This commit is contained in:
Eitan Adler 2015-04-10 20:55:17 +00:00
parent 27513bd396
commit f05e369aa2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281383
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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,