commit | dadeb61dcc9acf6a6cafde3ff4931ef88d2e6677 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Fri Jan 18 14:30:21 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 22 12:04:14 2019 -0800 |
tree | bb3ccc5690de363579f24b8cbe77116739e284a5 | |
parent | 3d021715d994766b59ce724843c6add030d9de6a [diff] |
bonding: 3ad: remove bond_3ad_rx_indication's length argument Since the received lacpdu is accessed via skb_header_pointer() in bond_3ad_lacpdu_recv() we no longer need to check for skb->len's length. If the returned lacpdu pointer is not null that should be enough. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>