summaryrefslogtreecommitdiffhomepage
path: root/device.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-29 20:31:26 +0200
committerFelix Fietkau <nbd@openwrt.org>2014-06-29 20:31:26 +0200
commita3bf8cbe10b0bad85475f4c3dc2bae4afb65774b (patch)
tree76b05f206dee6b86e1d32a54e760945b94340e3a /device.h
parent61e627ed78ed47e40cc63a24ff8fb2f5fb2c418f (diff)
bridge: enable multicast_to_unicast on all wireless bridge ports
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'device.h')
-rw-r--r--device.h1
1 files changed, 1 insertions, 0 deletions
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;