Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dath9k_platform.h45 int (*get_mac_revision)(void); member
/linux/drivers/net/wireless/ath/ath9k/
H A Dinit.c639 ah->get_mac_revision = pdata->get_mac_revision; in ath9k_init_platform()
H A 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()
H A Dhw.h974 int (*get_mac_revision)(void); member