From 03834f80dc526cc3ed6c1a78730bb393f202277c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 10 Sep 2015 22:59:33 +0200 Subject: 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 --- device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'device.h') 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; -- cgit v1.2.3