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 /device.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 'device.h')
-rw-r--r-- | device.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -182,6 +182,7 @@ struct device { bool iface_config; bool default_config; bool wireless; + bool wireless_ap; bool wireless_isolate; struct interface *config_iface; |