Home
last modified time | relevance | path

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

/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c1387 local->txfid_len = PRISM2_TXFID_LEN; in prism2_hw_init2()
1389 local->txfid[i] = hfa384x_allocate_fid(dev, local->txfid_len); in prism2_hw_init2()
1390 if (local->txfid[i] == 0xffff && local->txfid_len > 1600) { in prism2_hw_init2()
1395 local->txfid_len = 1600; in prism2_hw_init2()
Dhostap_wlan.h668 int txfid_len; /* length of allocated TX buffers */ member