Searched defs:pCap (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dar9002_mac.c36 struct ath9k_hw_capabilities *pCap = &ah->caps; local
134 !(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP))
350 struct ath9k_hw_capabilities *pCap = &ah->caps; local
357 if (!(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP))
H A Dar9003_mac.c177 struct ath9k_hw_capabilities *pCap = &ah->caps; local
220 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
226 if ((pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED))
253 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
268 if (pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)
282 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
291 if (!(pCap->hw_caps & ATH9K_HW_CAP_RAC_SUPPORTED)) {
H A Dmac.c839 struct ath9k_hw_capabilities *pCap = &ah->caps; local
879 if (!(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP))
916 if (!(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) {
H A Dhw.c1988 struct ath9k_hw_capabilities *pCap = &ah->caps; local
1990 if (!(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) {
2197 struct ath9k_hw_capabilities *pCap = &ah->caps; local
2243 if (pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)
2304 struct ath9k_hw_capabilities *pCap = &ah->caps; local
2335 pCap->hw_caps |= ATH9K_HW_CAP_5GHZ;
2338 pCap->hw_caps |= ATH9K_HW_CAP_2GHZ;
2351 pCap->tx_chainmask = ah->eep_ops->get_eeprom(ah, EEP_TX_MASK);
2360 pCap->rx_chainmask = ath9k_hw_gpio_get(ah, 0) ? 0x5 : 0x7;
2362 pCap
[all...]

Completed in 55 milliseconds