Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_cmd.c718 struct setratable_parm *psetrttblparm; in r8712_setrttbl_cmd() local
724 psetrttblparm = kmalloc(sizeof(*psetrttblparm), GFP_ATOMIC); in r8712_setrttbl_cmd()
725 if (psetrttblparm == NULL) { in r8712_setrttbl_cmd()
729 init_h2fwcmd_w_parm_no_rsp(ph2c, psetrttblparm, in r8712_setrttbl_cmd()
731 memcpy(psetrttblparm, prate_table, sizeof(struct setratable_parm)); in r8712_setrttbl_cmd()