Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmci.h32 #define ATH_MCI_MAX_PROFILE (ATH_MCI_MAX_ACL_PROFILE +\ macro
130 DECLARE_BITMAP(status, ATH_MCI_MAX_PROFILE);
H A Dmci.c348 if (status->conn_handle >= ATH_MCI_MAX_PROFILE) in ath_mci_process_status()
360 } while (++i < ATH_MCI_MAX_PROFILE); in ath_mci_process_status()