Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.c260 if (ah->get_mac_revision) in ath9k_hw_read_revisions()
261 ah->hw_version.macRev = ah->get_mac_revision(); in ath9k_hw_read_revisions()
269 if (!ah->get_mac_revision) { in ath9k_hw_read_revisions()
H A Dhw.h974 int (*get_mac_revision)(void); member