Home
last modified time | relevance | path

Searched refs:WL1271_CMD_TEMPL_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/wireless/wl12xx/
Dinit.c45 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config()
52 NULL, WL1271_CMD_TEMPL_MAX_SIZE, 0, in wl1271_init_templates_config()
108 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config()
115 WL1271_CMD_TEMPL_MAX_SIZE, in wl1271_init_templates_config()
Dcmd.h199 #define WL1271_CMD_TEMPL_MAX_SIZE 512 macro
386 u8 template_data[WL1271_CMD_TEMPL_MAX_SIZE];
Dcmd.c1054 WARN_ON(buf_len > WL1271_CMD_TEMPL_MAX_SIZE); in wl1271_cmd_template_set()
1055 buf_len = min_t(size_t, buf_len, WL1271_CMD_TEMPL_MAX_SIZE); in wl1271_cmd_template_set()
Dmain.c3453 u8 probe_rsp_templ[WL1271_CMD_TEMPL_MAX_SIZE]; in wl1271_ap_set_probe_resp_tmpl_legacy()
3465 if (probe_rsp_len + bss_conf->ssid_len > WL1271_CMD_TEMPL_MAX_SIZE) { in wl1271_ap_set_probe_resp_tmpl_legacy()
5239 wl->hw->wiphy->max_scan_ie_len = WL1271_CMD_TEMPL_MAX_SIZE - in wl1271_init_ieee80211()
5242 wl->hw->wiphy->max_sched_scan_ie_len = WL1271_CMD_TEMPL_MAX_SIZE - in wl1271_init_ieee80211()