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:
0c4b916
)
netlink: remove unused NETLINK SKB flags
author
Johannes Berg
<johannes.berg@intel.com>
Mon, 13 Nov 2017 15:19:46 +0000
(16:19 +0100)
committer
David S. Miller
<davem@davemloft.net>
Tue, 14 Nov 2017 12:51:14 +0000
(21:51 +0900)
These flags are unused, remove them to be less confusing.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netlink.h
patch
|
blob
|
history
diff --git
a/include/linux/netlink.h
b/include/linux/netlink.h
index 6ddb4a5da3710f88a9d9af2c557158b6ca67e804..49b4257ce1ea6abc8b188d67e0c48e739859a259 100644
(file)
--- a/
include/linux/netlink.h
+++ b/
include/linux/netlink.h
@@
-17,9
+17,6
@@
static inline struct nlmsghdr *nlmsg_hdr(const struct sk_buff *skb)
}
enum netlink_skb_flags {
- NETLINK_SKB_MMAPED = 0x1, /* Packet data is mmaped */
- NETLINK_SKB_TX = 0x2, /* Packet was sent by userspace */
- NETLINK_SKB_DELIVERED = 0x4, /* Packet was delivered */
NETLINK_SKB_DST = 0x8, /* Dst set in sendto or sendmsg */
};