Searched refs:ath3k_list (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/usr.sbin/bluetooth/ath3kfw/
H A Dmain.c60 static struct ath3k_devid ath3k_list[] = { variable in typeref:struct:ath3k_devid
105 for (i = 0; i < (int) nitems(ath3k_list); i++) {
106 if ((ath3k_list[i].product_id == d->idProduct) &&
107 (ath3k_list[i].vendor_id == d->idVendor)) {
109 return (ath3k_list[i].is_3012);

Completed in 143 milliseconds