Searched refs:WL1251_MAX_TEMPLATE_SIZE (Results 1 – 2 of 2) sorted by relevance
389 WARN_ON(buf_len > WL1251_MAX_TEMPLATE_SIZE); in wl1251_cmd_template_set()390 buf_len = min_t(size_t, buf_len, WL1251_MAX_TEMPLATE_SIZE); in wl1251_cmd_template_set()
276 #define WL1251_MAX_TEMPLATE_SIZE 300 macro