Searched defs:wl1271_cmd_template_set (Results 1 – 2 of 2) sorted by relevance
364 struct wl1271_cmd_template_set { struct365 struct wl1271_cmd_header header;367 __le16 len;368 u8 template_type;369 u8 index; /* relevant only for KLV_TEMPLATE type */370 __le32 enabled_rates;371 u8 short_retry_limit;372 u8 long_retry_limit;373 u8 aflags;374 u8 reserved;[all …]
1025 int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id, in wl1271_cmd_template_set() function