bonding: set xfrm feature flags more sanely
authorJarod Wilson <jarod@redhat.com>
Sat, 5 Dec 2020 17:40:03 +0000 (12:40 -0500)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Dec 2020 02:21:29 +0000 (18:21 -0800)
commitd241b3826e942b356d94b5f8a021d5591b316558
tree065db714f38486c1a29895effa7077eb7f8d4ba0
parent38bd5cec76e2282986b1bf2f8e7d2d05ffe68b22
bonding: set xfrm feature flags more sanely

We can remove one of the ifdef blocks here, and instead of setting both
the xfrm hw_features and features flags, then unsetting the feature
flags if not in AB, wait to set the features flags if we're actually in AB
mode.

Signed-off-by: Jarod Wilson <jarod@redhat.com>
Link: https://lore.kernel.org/r/20201205174003.578267-1-jarod@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/bonding/bond_main.c