Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mwl/
H A Dmwl.c2750 uint16_t *pfwlen; in mwl_send() local
2833 pfwlen = (uint16_t *)txbuf; in mwl_send()
2834 *pfwlen = pktlen - hdrlen; in mwl_send()
2839 bcopy(m->b_rptr + sizeof (struct ieee80211_frame), txbuf + 32, *pfwlen); in mwl_send()