Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Johannes Berg and committed by
David S. Miller
11433ee4 39bf0949

+2 -2
-1
net/core/Makefile
··· 13 13 obj-$(CONFIG_XFRM) += flow.o 14 14 obj-$(CONFIG_SYSFS) += net-sysfs.o 15 15 obj-$(CONFIG_NET_PKTGEN) += pktgen.o 16 - obj-$(CONFIG_WIRELESS_EXT) += wireless.o 17 16 obj-$(CONFIG_NETPOLL) += netpoll.o 18 17 obj-$(CONFIG_NET_DMA) += user_dma.o 19 18 obj-$(CONFIG_FIB_RULES) += fib_rules.o
+1 -1
net/core/dev.c
··· 2936 2936 } 2937 2937 dev_load(ifr.ifr_name); 2938 2938 rtnl_lock(); 2939 - /* Follow me in net/core/wireless.c */ 2939 + /* Follow me in net/wireless/wext.c */ 2940 2940 ret = wireless_process_ioctl(&ifr, cmd); 2941 2941 rtnl_unlock(); 2942 2942 if (IW_IS_GET(cmd) &&
net/core/wireless.c net/wireless/wext.c
+1
net/wireless/Makefile
··· 1 + obj-$(CONFIG_WIRELESS_EXT) += wext.o 1 2 obj-$(CONFIG_CFG80211) += cfg80211.o 2 3 3 4 cfg80211-y += core.o sysfs.o