Searched refs:tcap (Results 1 – 1 of 1) sorted by relevance
577 struct ath9k_htc_cap_target tcap; in ath9k_htc_update_cap_target() local581 memset(&tcap, 0, sizeof(struct ath9k_htc_cap_target)); in ath9k_htc_update_cap_target()583 tcap.ampdu_limit = cpu_to_be32(0xffff); in ath9k_htc_update_cap_target()584 tcap.ampdu_subframes = 0xff; in ath9k_htc_update_cap_target()585 tcap.enable_coex = enable_coex; in ath9k_htc_update_cap_target()586 tcap.tx_chainmask = priv->ah->caps.tx_chainmask; in ath9k_htc_update_cap_target()588 WMI_CMD_BUF(WMI_TARGET_IC_UPDATE_CMDID, &tcap); in ath9k_htc_update_cap_target()