Searched defs:wl1271_cmd_template_set (Results 1 – 2 of 2) sorted by relevance
248 struct wl1271_cmd_template_set { struct249 struct wl1271_cmd_header header;251 __le16 len;252 u8 template_type;253 u8 index; /* relevant only for KLV_TEMPLATE type */254 __le32 enabled_rates;255 u8 short_retry_limit;256 u8 long_retry_limit;257 u8 aflags;258 u8 reserved;[all …]
489 int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id, in wl1271_cmd_template_set() function