logo       
Google Custom Search
    AddThis Social Bookmark Button

madwifi/net80211 ieee80211_proto.c,1.1.4.6,1.1.4.7: msg#00070

Subject: madwifi/net80211 ieee80211_proto.c,1.1.4.6,1.1.4.7
Update of /cvsroot/madwifi/madwifi/net80211
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9962

Modified Files:
      Tag: WPA
        ieee80211_proto.c 
Log Message:
detach any attached acl'ator on protocol detach


Index: ieee80211_proto.c
===================================================================
RCS file: /cvsroot/madwifi/madwifi/net80211/Attic/ieee80211_proto.c,v
retrieving revision 1.1.4.6
retrieving revision 1.1.4.7
diff -C2 -d -r1.1.4.6 -r1.1.4.7
*** ieee80211_proto.c   18 Jun 2004 15:23:34 -0000      1.1.4.6
--- ieee80211_proto.c   23 Jun 2004 05:29:05 -0000      1.1.4.7
***************
*** 148,151 ****
--- 148,157 ----
        ieee80211_authenticator_unregister(IEEE80211_AUTH_SHARED);
        ieee80211_authenticator_unregister(IEEE80211_AUTH_AUTO);
+ 
+       /*
+        * Detach any ACL'ator.
+        */
+       if (ic->ic_acl != NULL)
+               ic->ic_acl->iac_detach(ic);
  }
  



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>