Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_init.c68 int i, j, nmasks; in r12a_check_condition() local
82 nmasks = 0; in r12a_check_condition()
84 mask[nmasks] = R12A_COND_GPA; in r12a_check_condition()
86 nmasks++; in r12a_check_condition()
89 mask[nmasks] = R12A_COND_APA; in r12a_check_condition()
91 nmasks++; in r12a_check_condition()
94 mask[nmasks] = R12A_COND_GLNA; in r12a_check_condition()
96 nmasks++; in r12a_check_condition()
99 mask[nmasks] = R12A_COND_ALNA; in r12a_check_condition()
101 nmasks++; in r12a_check_condition()
[all …]