[NL80211]: add netlink interface to cfg80211

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Johannes Berg 2007-09-20 13:09:35 -04:00 committed by David S. Miller
parent 0800f17026
commit 5568296573
10 changed files with 762 additions and 9 deletions

View file

@ -431,7 +431,13 @@ struct iw_public_data {
* Those may be called only within the kernel.
*/
/* functions that may be called by driver modules */
/* First : function strictly used inside the kernel */
/* Handle /proc/net/wireless, called in net/code/dev.c */
extern int dev_get_wireless_info(char * buffer, char **start, off_t offset,
int length);
/* Second : functions that may be called by driver modules */
/* Send a single event to user space */
extern void wireless_send_event(struct net_device * dev,