diff options
| author | 2015-12-18 13:27:00 +0000 | |
|---|---|---|
| committer | 2015-12-18 13:27:00 +0000 | |
| commit | bae35bbc3bb58062b3f010e8f11a2cbf808d4fe8 (patch) | |
| tree | 349c44136f58478df5c612ba8aa194a16751c550 /sys/net80211/ieee80211_node.c | |
| parent | Fix wrong answer if the imaginary part is zero. (diff) | |
| download | wireguard-openbsd-bae35bbc3bb58062b3f010e8f11a2cbf808d4fe8.tar.xz wireguard-openbsd-bae35bbc3bb58062b3f010e8f11a2cbf808d4fe8.zip | |
unnoccupied->unoccupied
Diffstat (limited to '')
| -rw-r--r-- | sys/net80211/ieee80211_node.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_node.c b/sys/net80211/ieee80211_node.c index ebe90d16374..27483974322 100644 --- a/sys/net80211/ieee80211_node.c +++ b/sys/net80211/ieee80211_node.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_node.c,v 1.93 2015/12/12 11:25:46 stsp Exp $ */ +/* $OpenBSD: ieee80211_node.c,v 1.94 2015/12/18 13:27:00 sthen Exp $ */ /* $NetBSD: ieee80211_node.c,v 1.14 2004/05/09 09:18:47 dyoung Exp $ */ /*- @@ -556,7 +556,7 @@ ieee80211_end_scan(struct ifnet *ifp) * The passive scan to look for existing AP's completed, * select a channel to camp on. Identify the channels * that already have one or more AP's and try to locate - * an unnoccupied one. If that fails, pick a random + * an unoccupied one. If that fails, pick a random * channel from the active set. */ memset(occupied, 0, sizeof(occupied)); |
