Searched defs:wl1271_cmd_template_set (Results 1 – 2 of 2) sorted by relevance
409 struct wl1271_cmd_template_set { struct410 struct wl1271_cmd_header header;412 u8 role_id;413 u8 template_type;414 __le16 len;415 u8 index; /* relevant only for KLV_TEMPLATE type */416 u8 padding[3];418 __le32 enabled_rates;419 u8 short_retry_limit;420 u8 long_retry_limit;[all …]
1012 int wl1271_cmd_template_set(struct wl1271 *wl, u8 role_id, in wl1271_cmd_template_set() function