Home
last modified time | relevance | path

Searched refs:WL1251_MAX_TEMPLATE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ti/wl1251/
H A Dcmd.c389 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()
H A Dcmd.h276 #define WL1251_MAX_TEMPLATE_SIZE 300 macro