Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dfw.c457 struct ext_host_tbl *host_tbl = NULL; in mm81x_fw_read_ext_host_table() local
484 host_tbl = kmalloc(ext_host_tbl_len, GFP_KERNEL); in mm81x_fw_read_ext_host_table()
485 if (!host_tbl) { in mm81x_fw_read_ext_host_table()
490 ret = mm81x_dm_read(mors, ext_host_tbl_ptr, (u8 *)host_tbl, in mm81x_fw_read_ext_host_table()
496 *ext_host_table = host_tbl; in mm81x_fw_read_ext_host_table()
501 kfree(host_tbl); in mm81x_fw_read_ext_host_table()