aboutsummaryrefslogtreecommitdiff
path: root/kernel/sysctl_binary.c
diff options
context:
space:
mode:
authorYingjoe Chen <yingjoe.chen@mediatek.com>2015-10-16 13:59:13 +0800
committerMister Oyster <oysterized@gmail.com>2016-12-19 10:39:03 +0100
commit3adf0fffb1ee1c4d1d9647878ee15b88d0b564de (patch)
treec9bf1d9fac3e34efc2c9daf1a7aabacd718c4fdd /kernel/sysctl_binary.c
parent872455bc759cfe9c4f67293c1ee0d3dc7321e25b (diff)
net: dhcpv6: remove MTK_DHCPV6C_WIFI feature
MTK extension MTK_DHCPV6C_WIFI is no longer necessary. Remove option and functionality. This reverts commit ccd52552b0ef ("HPV6: fix HPv6 onfig Error") and 4996bbf5c24b ("DHCPV6:Support DHCPV6 to Assign IPV6 Address") Change-Id: I3a1ea546bd4006546a301e0fc0fed721ae5c507f CR-Id: ALPS02210363 Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
Diffstat (limited to 'kernel/sysctl_binary.c')
-rw-r--r--kernel/sysctl_binary.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c
index c1559f361..aea4a9ea6 100644
--- a/kernel/sysctl_binary.c
+++ b/kernel/sysctl_binary.c
@@ -523,9 +523,6 @@ static const struct bin_table bin_net_ipv6_conf_var_table[] = {
{ CTL_INT, NET_IPV6_ACCEPT_RA_RT_INFO_MAX_PLEN, "accept_ra_rt_info_max_plen" },
{ CTL_INT, NET_IPV6_PROXY_NDP, "proxy_ndp" },
{ CTL_INT, NET_IPV6_ACCEPT_SOURCE_ROUTE, "accept_source_route" },
-#ifdef CONFIG_MTK_DHCPV6C_WIFI
- { CTL_INT, NET_IPV6_RA_INFO_FLAG, "ra_info_flag" },
-#endif
{}
};