Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 2004 22:58:44 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 63956 for review
Message-ID:  <200410292258.i9TMwirs003926@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=63956

Change 63956 by sam@sam_ebb on 2004/10/29 22:58:43

	add last bit of ACL support

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#6 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#6 (text+ko) ====

@@ -1966,7 +1966,6 @@
 		IEEE80211_DPRINTF(ic, IEEE80211_MSG_AUTH,
 			"%s: algorithm %d seq %d from %s\n",
 			__func__, algo, seq, ether_sprintf(wh->i_addr2));
-#if 0
 		/*
 		 * Consult the ACL policy module if setup.
 		 */
@@ -1978,7 +1977,6 @@
 			ic->ic_stats.is_rx_acl++;
 			return;
 		}
-#endif
 		if (ic->ic_flags & IEEE80211_F_COUNTERM) {
 			/* XXX only in ap mode? */
 			IEEE80211_DPRINTF(ic,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410292258.i9TMwirs003926>