projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89bddce
)
[NET]: drop unused elements from net_proto_family
author
Stephen Hemminger
<shemminger@osdl.org>
Thu, 10 Aug 2006 03:50:00 +0000
(20:50 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:54:18 +0000
(14:54 -0700)
Three values in net_proto_family are defined but never used.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/net.h
patch
|
blob
|
history
diff --git
a/include/linux/net.h
b/include/linux/net.h
index 19da2c08d7b6b75a36946ff6a32c867077a961d5..1bd76327ee2b120702fe093efdebba4ef94ad1f0 100644
(file)
--- a/
include/linux/net.h
+++ b/
include/linux/net.h
@@
-169,11
+169,6
@@
struct proto_ops {
struct net_proto_family {
int family;
int (*create)(struct socket *sock, int protocol);
- /* These are counters for the number of different methods of
- each we support */
- short authentication;
- short encryption;
- short encrypt_net;
struct module *owner;
};