On Sunday, May 26, 2013 05:17:11 Linus Lüssing wrote:
diff --git a/soft-interface.c b/soft-interface.c
index 2bad57f..e40e74f 100644
--- a/soft-interface.c
+++ b/soft-interface.c
@@ -137,6 +137,10 @@ static int batadv_interface_change_mtu(struct
net_device *dev, int new_mtu) return 0;
}
+static void batadv_interface_set_rx_mode(struct net_device *dev)
+{
+}
For the kernel doc I suggest to stress the point that we only add this dummy
handler to make multicast listeners possible.
Cheers,
Marek