ATH9K_HW_CAP_5GHZ
if (ah->caps.hw_caps & ATH9K_HW_CAP_5GHZ) {
if (ah->caps.hw_caps & ATH9K_HW_CAP_5GHZ)
if (priv->ah->caps.hw_caps & ATH9K_HW_CAP_5GHZ)
pCap->hw_caps |= ATH9K_HW_CAP_5GHZ;
if ((pCap->hw_caps & (ATH9K_HW_CAP_2GHZ | ATH9K_HW_CAP_5GHZ)) == 0) {
if (ah->caps.hw_caps & ATH9K_HW_CAP_5GHZ)
if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_5GHZ)