Home
last modified time | relevance | path

Searched defs:wl1271_cmd_template_set (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.h395 struct wl1271_cmd_template_set { struct
396 struct wl1271_cmd_header header;
398 u8 role_id;
399 u8 template_type;
400 __le16 len;
402 u8 padding[3];
404 __le32 enabled_rates;
405 u8 short_retry_limit;
406 u8 long_retry_limit;
407 u8 aflags;
[all …]
H A Dcmd.c1010 int wl1271_cmd_template_set(struct wl1271 *wl, u8 role_id, in wl1271_cmd_template_set() function