diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-10 22:59:33 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-10 22:59:34 +0200 |
commit | 03834f80dc526cc3ed6c1a78730bb393f202277c (patch) | |
tree | 9e0554ffe333562af5b62a8a3d78efe2692bf530 /wireless.h | |
parent | a8f7addd5fca0af20a5942149711acc8bb35c5ce (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ struct wireless_interface { const char *ifname; struct blob_attr *network; bool isolate; + bool ap_mode; }; struct wireless_process { |