Home
last modified time | relevance | path

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

/drivers/net/wireless/intersil/hostap/
Dhostap_plx.c341 #define CISTPL_END 0xFF in prism2_plx_check_cis() macro
364 while (pos < CIS_MAX_LEN - 1 && cis[pos] != CISTPL_END) { in prism2_plx_check_cis()
404 if (pos >= CIS_MAX_LEN || cis[pos] != CISTPL_END) in prism2_plx_check_cis()
/drivers/pcmcia/
Dcistpl.c539 link[0] = CISTPL_END; in pccard_get_next_tuple()
551 if (link[0] == CISTPL_END) { in pccard_get_next_tuple()
1529 if (tuple.TupleCode == CISTPL_END) in pccard_extract_cis()