Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_cmd.c728 struct setratable_parm *psetrttblparm; in r8712_setrttbl_cmd() local
734 psetrttblparm = kmalloc(sizeof(*psetrttblparm), GFP_ATOMIC); in r8712_setrttbl_cmd()
735 if (psetrttblparm == NULL) { in r8712_setrttbl_cmd()
739 init_h2fwcmd_w_parm_no_rsp(ph2c, psetrttblparm, in r8712_setrttbl_cmd()
741 memcpy(psetrttblparm, prate_table, sizeof(struct setratable_parm)); in r8712_setrttbl_cmd()