mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
fix typo
MFC after: 1 week
This commit is contained in:
parent
234093730d
commit
c31d92bb3d
2 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ static struct {
|
|||
{ "output", IEEE80211_MSG_OUTPUT },
|
||||
{ "state", IEEE80211_MSG_STATE },
|
||||
{ "power", IEEE80211_MSG_POWER },
|
||||
{ "dotx1", IEEE80211_MSG_DOT1X },
|
||||
{ "dot1x", IEEE80211_MSG_DOT1X },
|
||||
{ "dot1xsm", IEEE80211_MSG_DOT1XSM },
|
||||
{ "radius", IEEE80211_MSG_RADIUS },
|
||||
{ "raddump", IEEE80211_MSG_RADDUMP },
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ static struct {
|
|||
{ "output", IEEE80211_MSG_OUTPUT },
|
||||
{ "state", IEEE80211_MSG_STATE },
|
||||
{ "power", IEEE80211_MSG_POWER },
|
||||
{ "dotx1", IEEE80211_MSG_DOT1X },
|
||||
{ "dot1x", IEEE80211_MSG_DOT1X },
|
||||
{ "dot1xsm", IEEE80211_MSG_DOT1XSM },
|
||||
{ "radius", IEEE80211_MSG_RADIUS },
|
||||
{ "raddump", IEEE80211_MSG_RADDUMP },
|
||||
|
|
|
|||
Loading…
Reference in a new issue