Searched refs:num_other_acl (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dmci.h59 _mci->num_other_acl++; \
84 _mci->num_other_acl--; \
106 #define NUM_PROF(_mci) (_mci->num_other_acl + _mci->num_a2dp + \
137 u8 num_other_acl; member in struct:ath_mci_profile
H A Dmci.c155 } else if (mci->num_pan || mci->num_other_acl) {
265 if (!mci->num_pan && !mci->num_other_acl)
279 if (mci->num_other_acl)
H A Dgpio.c179 (mci->num_pan || mci->num_other_acl))
467 ATH_DUMP_BTCOEX("ACL", mci->num_other_acl);

Completed in 169 milliseconds