diff options
author | sam <sam@FreeBSD.org> | 2005-07-22 17:36:12 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2005-07-22 17:36:12 +0000 |
commit | 7c3e01b45a80cdbc30a8a0fa1457ba098b3d54a9 (patch) | |
tree | 47b2fd4221c6d263ca06fd6bcc5f7bee6ddd799b /sys/net80211/ieee80211_proto.c | |
parent | 0fe58ae3f007b53e2a202cd3a3bf5a35d0a44b99 (diff) | |
download | FreeBSD-src-7c3e01b45a80cdbc30a8a0fa1457ba098b3d54a9.zip FreeBSD-src-7c3e01b45a80cdbc30a8a0fa1457ba098b3d54a9.tar.gz |
simplify ieee80211_node_authorize and ieee80211_node_unauthorize api's
MFC after: 3 days
Diffstat (limited to 'sys/net80211/ieee80211_proto.c')
-rw-r--r-- | sys/net80211/ieee80211_proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_proto.c b/sys/net80211/ieee80211_proto.c index 2ab0e38..0288b0d 100644 --- a/sys/net80211/ieee80211_proto.c +++ b/sys/net80211/ieee80211_proto.c @@ -1068,7 +1068,7 @@ ieee80211_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg * at this point so traffic can flow. */ if (ni->ni_authmode != IEEE80211_AUTH_8021X) - ieee80211_node_authorize(ic, ni); + ieee80211_node_authorize(ni); /* * Enable inactivity processing. * XXX |