From 40e180a1dabb2ef2371b50ae838e99c0359689e8 Mon Sep 17 00:00:00 2001 From: psyborg55 Date: Mon, 30 Jul 2018 19:05:05 +0000 Subject: [PATCH] allow more VAPs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow creating more virtual interfaces. Currently driver/fw is stable running 3 AP interfaces with one client connected to each. Max. no of interfaces a single client could connect to was 7. Signed-off-by: Tomislav Požega --- target_firmware/wlan/include/wlan_hdr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target_firmware/wlan/include/wlan_hdr.h b/target_firmware/wlan/include/wlan_hdr.h index b343637..36495da 100755 --- a/target_firmware/wlan/include/wlan_hdr.h +++ b/target_firmware/wlan/include/wlan_hdr.h @@ -96,8 +96,8 @@ struct ieee80211com_target { a_uint8_t pad; }; -#define ATH_NODE_MAX 8 /* max no. of nodes */ -#define ATH_VAP_MAX 2 /* max no. of vaps */ +#define ATH_NODE_MAX 16 /* max no. of nodes */ +#define ATH_VAP_MAX 8 /* max no. of vaps */ #define VAP_TARGET_SIZE 12