X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fieee80211softmac.h;h=7a483ab4022f98cd20d4946dc7f61054d08e30f0;hb=71d530cd1b6d97094481002a04c77fea1c8e1c22;hp=703463a8828b2f8e5ba3a14f6214f968c4fd3c3e;hpb=59d4b684fbe74b25ac8593f39d2aaa86aa485b1f;p=linux-2.6 diff --git a/include/net/ieee80211softmac.h b/include/net/ieee80211softmac.h index 703463a882..7a483ab402 100644 --- a/include/net/ieee80211softmac.h +++ b/include/net/ieee80211softmac.h @@ -310,7 +310,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);