Skip to content

Commit

Permalink
batman-adv: agglomerate all batman iv ogm sending functions in the ba…
Browse files Browse the repository at this point in the history
…tman iv file

In the process the batman iv OGM aggregation code could be merged
into the batman iv code base which makes the separate aggregation
files superfluous.

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
  • Loading branch information
Marek Lindner committed Sep 8, 2011
1 parent d0b9fd8 commit b9dacc5
Show file tree
Hide file tree
Showing 8 changed files with 522 additions and 599 deletions.
1 change: 0 additions & 1 deletion net/batman-adv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#

obj-$(CONFIG_BATMAN_ADV) += batman-adv.o
batman-adv-y += aggregation.o
batman-adv-y += bat_debugfs.o
batman-adv-y += bat_iv_ogm.o
batman-adv-y += bat_sysfs.o
Expand Down
266 changes: 0 additions & 266 deletions net/batman-adv/aggregation.c

This file was deleted.

42 changes: 0 additions & 42 deletions net/batman-adv/aggregation.h

This file was deleted.

Loading

0 comments on commit b9dacc5

Please sign in to comment.