Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dprism2fw.c118 static unsigned int ns3info; variable
245 ns3info = 0; in prism2_fwapply()
471 ns3info = 0; in free_srecs()
913 s3info[ns3info].len = *ptr16; in read_fwfile()
914 s3info[ns3info].type = *(ptr16 + 1); in read_fwfile()
918 s3info[ns3info].len, in read_fwfile()
919 s3info[ns3info].type); in read_fwfile()
921 sizeof(s3info[ns3info].info)) { in read_fwfile()
934 ns3info++; in read_fwfile()
935 if (ns3info == S3INFO_MAX) { in read_fwfile()
[all …]