]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/net/ieee80211softmac.h
[IPV4]: Kill fib4_rules_clean().
[mv-sheeva.git] / include / net / ieee80211softmac.h
index 703463a8828b2f8e5ba3a14f6214f968c4fd3c3e..00ad810eb883090add39c82b60fd130cf97452c0 100644 (file)
@@ -104,6 +104,7 @@ struct ieee80211softmac_assoc_info {
         */
        u8 static_essid:1,
           associating:1,
+          assoc_wait:1,
           bssvalid:1,
           bssfixed:1;
 
@@ -310,7 +311,7 @@ extern void ieee80211softmac_stop(struct net_device *dev);
  *     - context set to the context data you want passed
  * The return value is 0, or an error.
  */
-typedef void (*notify_function_ptr)(struct net_device *dev, void *context);
+typedef void (*notify_function_ptr)(struct net_device *dev, int event_type, void *context);
 
 #define ieee80211softmac_notify(dev, event, fun, context) ieee80211softmac_notify_gfp(dev, event, fun, context, GFP_KERNEL);
 #define ieee80211softmac_notify_atomic(dev, event, fun, context) ieee80211softmac_notify_gfp(dev, event, fun, context, GFP_ATOMIC);