[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:
committed by
David S. Miller
parent
39bf094930
commit
11433ee450
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user