PERFORCE change 63956 for review
Sam Leffler
sam at FreeBSD.org
Fri Oct 29 16:18:23 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=63956
Change 63956 by sam at 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,
More information about the p4-projects
mailing list