WLCORE_MAX_LINKS
BUILD_BUG_ON(WL12XX_MAX_LINKS > WLCORE_MAX_LINKS);
BUILD_BUG_ON(WL18XX_MAX_LINKS > WLCORE_MAX_LINKS);
if (hlid < WLCORE_MAX_LINKS) {
for (j = 0; j < WLCORE_MAX_LINKS; j++)
unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0};
if (hlid < WLCORE_MAX_LINKS)
unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0};
unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)];
u8 session_ids[WLCORE_MAX_LINKS];
struct wl1271_link links[WLCORE_MAX_LINKS];
WLCORE_MAX_LINKS)];
unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)];