mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
tipc: Remove unused message header field for requested number of links
Eliminates support for the "number of requested links" field in a neighbor discovery message. This field was never used and has been removed from the TIPC 2.0 protocol specification. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
parent
741de3e9ff
commit
2e07dda165
5 changed files with 5 additions and 22 deletions
|
@ -567,16 +567,6 @@ static inline void msg_set_seq_gap(struct tipc_msg *m, u32 n)
|
|||
msg_set_bits(m, 1, 16, 0x1fff, n);
|
||||
}
|
||||
|
||||
static inline u32 msg_req_links(struct tipc_msg *m)
|
||||
{
|
||||
return msg_bits(m, 1, 16, 0xfff);
|
||||
}
|
||||
|
||||
static inline void msg_set_req_links(struct tipc_msg *m, u32 n)
|
||||
{
|
||||
msg_set_bits(m, 1, 16, 0xfff, n);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Word 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue