summaryrefslogtreecommitdiff
path: root/wireless.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 /wireless.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 'wireless.h')
-rw-r--r--wireless.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wireless.h b/wireless.h
index 476c63e..cb725b2 100644
--- a/wireless.h
+++ b/wireless.h
@@ -78,6 +78,7 @@ struct wireless_interface {
const char *ifname;
struct blob_attr *network;
bool isolate;
+ bool ap_mode;
};
struct wireless_process {