summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-10 22:59:33 +0200
committerFelix Fietkau <nbd@openwrt.org>2015-09-10 22:59:34 +0200
commit03834f80dc526cc3ed6c1a78730bb393f202277c (patch)
tree9e0554ffe333562af5b62a8a3d78efe2692bf530 /device.h
parenta8f7addd5fca0af20a5942149711acc8bb35c5ce (diff)
downloadnetifd-03834f80dc526cc3ed6c1a78730bb393f202277c.tar.gz
wireless: fix mcast_to_ucast handling, only apply it to AP mode
Fixes a regression that caused WDS stations to repeat packets back to the AP. 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 b2c0ba9..37814c8 100644
--- a/device.h
+++ b/device.h
@@ -182,6 +182,7 @@ struct device {
bool iface_config;
bool default_config;
bool wireless;
+ bool wireless_ap;
bool wireless_isolate;
struct interface *config_iface;