mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ifconfig: 802.11: fix a warning message
s/can/cannot/ Sponsored by: The FreeBSD Foundation Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D50552 (cherry picked from commit 08471a76e3d27ffa9e2605dab0ff3c4968e7fef6)
This commit is contained in:
parent
0149768ecb
commit
ed8a87939c
1 changed files with 1 additions and 1 deletions
|
|
@ -5082,7 +5082,7 @@ ieee80211_status(if_ctx *ctx)
|
|||
memset(&ik, 0, sizeof(ik));
|
||||
ik.ik_keyix = i;
|
||||
if (get80211(ctx, IEEE80211_IOC_WPAKEY, &ik, sizeof(ik)) < 0) {
|
||||
warn("WEP support, but can get keys!");
|
||||
warn("WEP support, but cannot get keys!");
|
||||
goto end;
|
||||
}
|
||||
if (ik.ik_keylen != 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue