diff options
author | Johannes Berg | 2007-04-23 21:20:55 +0200 |
---|---|---|
committer | David S. Miller | 2007-04-26 07:29:42 +0200 |
commit | 9e101eab153073d8a1fc7ea22b20af65de8ab44b (patch) | |
tree | fb438ff40a479b289ea8b92707f9a629fb6abbd0 /include/net/iw_handler.h | |
parent | [WIRELESS] cfg80211: New wireless config infrastructure. (diff) | |
download | kernel-qcow2-linux-9e101eab153073d8a1fc7ea22b20af65de8ab44b.tar.gz kernel-qcow2-linux-9e101eab153073d8a1fc7ea22b20af65de8ab44b.tar.xz kernel-qcow2-linux-9e101eab153073d8a1fc7ea22b20af65de8ab44b.zip |
[WIRELESS]: Remove wext over netlink.
As scheduled, this patch removes the pointless wext over netlink code.
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>
Diffstat (limited to 'include/net/iw_handler.h')
-rw-r--r-- | include/net/iw_handler.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/net/iw_handler.h b/include/net/iw_handler.h index 8a830188354d..909ca87d13b7 100644 --- a/include/net/iw_handler.h +++ b/include/net/iw_handler.h @@ -440,16 +440,6 @@ extern int dev_get_wireless_info(char * buffer, char **start, off_t offset, /* Handle IOCTLs, called in net/core/dev.c */ extern int wireless_process_ioctl(struct ifreq *ifr, unsigned int cmd); -/* Handle RtNetlink requests, called in net/core/rtnetlink.c */ -extern int wireless_rtnetlink_set(struct net_device * dev, - char * data, - int len); -extern int wireless_rtnetlink_get(struct net_device * dev, - char * data, - int len, - char ** p_buf, - int * p_len); - /* Second : functions that may be called by driver modules */ /* Send a single event to user space */ |