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