Skip to content

Commit e87183c

Browse files
committed
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
Included changes: - The last batch of patches aimed to clean the batman-adv namespace - a couple of style fixes - a fix for the ethtool support - a fix to prevent sending unicast packets with an uninitialised header field Signed-off-by: David S. Miller <[email protected]>
2 parents a59a4d1 + 162d549 commit e87183c

37 files changed

+2011
-1844
lines changed

net/batman-adv/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@
1919
#
2020

2121
obj-$(CONFIG_BATMAN_ADV) += batman-adv.o
22-
batman-adv-y += bat_debugfs.o
2322
batman-adv-y += bat_iv_ogm.o
24-
batman-adv-y += bat_sysfs.o
2523
batman-adv-y += bitarray.o
2624
batman-adv-$(CONFIG_BATMAN_ADV_BLA) += bridge_loop_avoidance.o
25+
batman-adv-y += debugfs.o
2726
batman-adv-y += gateway_client.o
2827
batman-adv-y += gateway_common.o
2928
batman-adv-y += hard-interface.o
@@ -35,6 +34,7 @@ batman-adv-y += ring_buffer.o
3534
batman-adv-y += routing.o
3635
batman-adv-y += send.o
3736
batman-adv-y += soft-interface.o
37+
batman-adv-y += sysfs.o
3838
batman-adv-y += translation-table.o
3939
batman-adv-y += unicast.o
4040
batman-adv-y += vis.o

0 commit comments

Comments
 (0)