Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dinit.c532 ah->get_mac_revision = pdata->get_mac_revision; in ath9k_init_platform()
Dhw.c258 if (ah->get_mac_revision) in ath9k_hw_read_revisions()
259 ah->hw_version.macRev = ah->get_mac_revision(); in ath9k_hw_read_revisions()
267 if (!ah->get_mac_revision) { in ath9k_hw_read_revisions()
Dhw.h968 int (*get_mac_revision)(void); member