From a3bf8cbe10b0bad85475f4c3dc2bae4afb65774b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 29 Jun 2014 20:31:26 +0200 Subject: bridge: enable multicast_to_unicast on all wireless bridge ports Signed-off-by: Felix Fietkau --- device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'device.h') diff --git a/device.h b/device.h index 58dcb18..01a68bc 100644 --- a/device.h +++ b/device.h @@ -138,6 +138,7 @@ struct device { bool current_config; bool default_config; + bool wireless; /* set interface up or down */ device_state_cb set_state; -- cgit v1.2.3