Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c47e8229 authored by Arik Nemtsov's avatar Arik Nemtsov Committed by Luciano Coelho
Browse files

wl12xx: support up to 8 stations in AP-mode



Change the max number of AP stations to 8, up from 5.

Signed-off-by: default avatarArik Nemtsov <arik@wizery.com>
Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent 56d4f8f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -234,14 +234,14 @@ struct wl1271_stats {
#define NUM_TX_QUEUES              4
#define NUM_TX_QUEUES              4
#define NUM_RX_PKT_DESC            8
#define NUM_RX_PKT_DESC            8


#define AP_MAX_STATIONS            5
#define AP_MAX_STATIONS            8


/* Broadcast and Global links + system link + links to stations */
/* Broadcast and Global links + system link + links to stations */
/*
/*
 * TODO: when WL1271_AP_STA_HLID_START is no longer constant, change all
 * TODO: when WL1271_AP_STA_HLID_START is no longer constant, change all
 * the places that use this.
 * the places that use this.
 */
 */
#define AP_MAX_LINKS               (AP_MAX_STATIONS + 3)
#define AP_MAX_LINKS               (AP_MAX_STATIONS + WL1271_AP_STA_HLID_START)


/* FW status registers */
/* FW status registers */
struct wl12xx_fw_status {
struct wl12xx_fw_status {