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.c587 ah->get_mac_revision = pdata->get_mac_revision; in ath9k_init_platform()
Dhw.c259 if (ah->get_mac_revision) in ath9k_hw_read_revisions()
260 ah->hw_version.macRev = ah->get_mac_revision(); in ath9k_hw_read_revisions()
268 if (!ah->get_mac_revision) { in ath9k_hw_read_revisions()
Dhw.h974 int (*get_mac_revision)(void); member