]> git.ipfire.org Git - thirdparty/linux.git/commit
batman-adv: drop duplicated wifi_flags assignments
authorSven Eckelmann <sven@narfation.org>
Tue, 2 Jun 2026 15:41:15 +0000 (17:41 +0200)
committerSven Eckelmann <sven@narfation.org>
Fri, 5 Jun 2026 07:12:06 +0000 (09:12 +0200)
commitb2e44a67ef4fb9593ea60c8c27f637bdeab40f09
tree40c61ce2fb586a3f09a72f876658ddb2f6e14784
parente9dc4072c54942c05f6b40f4d1d361ad46f5a0a3
batman-adv: drop duplicated wifi_flags assignments

During the initialization of the batadv_wifi_net_device_state, it is enough
to write the wifi_flags once before the batadv_wifi_net_device_state is
added to the batadv_wifi_net_devices rhashtable.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/hard-interface.c