Fix debug message in ieee80211_auth_open(): s/reason/status/
authorstsp <stsp@openbsd.org>
Mon, 6 Aug 2018 14:28:13 +0000 (14:28 +0000)
committerstsp <stsp@openbsd.org>
Mon, 6 Aug 2018 14:28:13 +0000 (14:28 +0000)
commitd90fda8c0db2812bd28e3c9bb71961f950ee8123
treebdd36bed153403d0eacfaf10143d5049301a7555
parent0b1a3dc967ea6ed7b2756a5cbed95b4e082c7313
Fix debug message in ieee80211_auth_open(): s/reason/status/
Status codes and reason codes are separate things listed in distinct tables.
This debug message made me look at the wrong table and scratch my head.
sys/net80211/ieee80211_proto.c