|
|
|
@ -100,15 +100,19 @@ typedef void (*timerfunc_t)(unsigned long); |
|
|
|
|
/*================================================================*/ |
|
|
|
|
/* Local Static Definitions */ |
|
|
|
|
|
|
|
|
|
#ifdef CONFIG_NETLINK |
|
|
|
|
/* Netlink interface(s) */ |
|
|
|
|
static struct sock *nl_indicate = NULL; |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
/*================================================================*/ |
|
|
|
|
/* Local Function Declarations */ |
|
|
|
|
|
|
|
|
|
static void p80211req_timerfunc(wlandevice_t *wlandev); |
|
|
|
|
static void p80211req_handlemsg( wlandevice_t *wlandev, p80211msg_t *msg); |
|
|
|
|
#ifdef CONFIG_NETLINK |
|
|
|
|
static void p80211ind_rx(struct sock *sk, int len); |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
/*================================================================*/ |
|
|
|
|
/* Function Definitions */ |
|
|
|
@ -277,6 +281,7 @@ void p80211req_confirm(wlandevice_t *wlandev) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef CONFIG_NETLINK |
|
|
|
|
/*----------------------------------------------------------------
|
|
|
|
|
* p80211indicate_init |
|
|
|
|
* |
|
|
|
@ -451,3 +456,4 @@ void p80211ind_distribution( wlandevice_t *wlandev, struct sk_buff *skb) |
|
|
|
|
DBFEXIT; |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
#endif /* CONFIG_NETLINK */ |
|
|
|
|