[WEXT]: Move to net/wireless

This patch moves dev/core/wireless.c to net/wireless/wext.c.

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-04-26 20:42:51 -07:00
committed by David S. Miller
parent 39bf094930
commit 11433ee450
4 changed files with 2 additions and 2 deletions

View File

@@ -2936,7 +2936,7 @@ int dev_ioctl(unsigned int cmd, void __user *arg)
}
dev_load(ifr.ifr_name);
rtnl_lock();
/* Follow me in net/core/wireless.c */
/* Follow me in net/wireless/wext.c */
ret = wireless_process_ioctl(&ifr, cmd);
rtnl_unlock();
if (IW_IS_GET(cmd) &&