[IPV6]: remove more unused IPV6_AUTHHDR things.

Remove two more unused IPV6_AUTHHDR option things,
which I failed to remove them last time,
plus, mark IPV6_AUTHHDR obsolete.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by YOSHIFUJI Hideaki and committed by David S. Miller 7fe40f73 fb3d8949

+1 -3
+1 -1
include/linux/in6.h
··· 156 156 #define IPV6_CHECKSUM 7 157 157 #define IPV6_HOPLIMIT 8 158 158 #define IPV6_NEXTHOP 9 159 - #define IPV6_AUTHHDR 10 159 + #define IPV6_AUTHHDR 10 /* obsolete */ 160 160 #define IPV6_FLOWINFO 11 161 161 162 162 #define IPV6_UNICAST_HOPS 16
-1
include/net/ipv6.h
··· 183 183 struct ipv6_opt_hdr *hopopt; 184 184 struct ipv6_opt_hdr *dst0opt; 185 185 struct ipv6_rt_hdr *srcrt; /* Routing Header */ 186 - struct ipv6_opt_hdr *auth; 187 186 struct ipv6_opt_hdr *dst1opt; 188 187 189 188 /* Option buffer, as read by IPV6_PKTOPTIONS, starts here. */
-1
net/ipv6/ip6_flowlabel.c
··· 244 244 opt_space->opt_nflen = 0; 245 245 } 246 246 opt_space->dst1opt = fopt->dst1opt; 247 - opt_space->auth = fopt->auth; 248 247 opt_space->opt_flen = fopt->opt_flen; 249 248 return opt_space; 250 249 }