Fix typo.

This commit is contained in:
Xin LI 2016-12-07 06:29:01 +00:00
parent aa7792f2f6
commit d0155f67a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309667

View File

@ -534,7 +534,7 @@ ieee80211_crypto_get_key_wepidx(const struct ieee80211vap *vap,
if (k >= &vap->iv_nw_keys[0] &&
k < &vap->iv_nw_keys[IEEE80211_WEP_NKID])
return (k - vap->iv_nw_keys);
return (-1):
return (-1);
}
/*