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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.c149 uint8_t *modes_allowed)
152 bcopy(ah->ah_caps.wireless_modes, modes_allowed,
157 clr_bit(ATH9K_MODE_11G, modes_allowed);
161 clr_bit(ATH9K_MODE_11A, modes_allowed);
165 clr_bit(ATH9K_MODE_11NG_HT20, modes_allowed);
169 clr_bit(ATH9K_MODE_11NA_HT20, modes_allowed);
173 clr_bit(ATH9K_MODE_11NG_HT40PLUS, modes_allowed);
177 clr_bit(ATH9K_MODE_11NG_HT40MINUS, modes_allowed);
181 clr_bit(ATH9K_MODE_11NA_HT40PLUS, modes_allowed);
185 clr_bit(ATH9K_MODE_11NA_HT40MINUS, modes_allowed);
146 ath9k_regd_get_wmodes_nreg(struct ath_hal *ah, struct country_code_to_enum_rd *country, struct regDomain *rd5GHz, uint8_t *modes_allowed) argument
653 uint8_t modes_allowed[4]; local
[all...]

Completed in 61 milliseconds