Skip to content

Commit

Permalink
allow more VAPs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
psyborg55 authored Jul 30, 2018
1 parent 014ff6f commit 40e180a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target_firmware/wlan/include/wlan_hdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 40e180a

Please sign in to comment.