Lines Matching defs:common
257 struct ath_common *common = ath5k_hw_common(ah);
263 memcpy(common->curbssid, bss_conf->bssid, ETH_ALEN);
264 common->curaid = 0;
294 bss_conf->aid, common->curbssid);
295 common->curaid = bss_conf->aid;
477 struct ath_common *common = ath5k_hw_common(ah);
500 if (common->crypt_caps & ATH_CRYPT_CAP_CIPHER_AESCCM)
511 ret = ath_key_config(common, vif, sta, key);
524 ath_key_delete(common, key->hw_key_idx);
651 struct ath_common *common = ath5k_hw_common(ah);
652 struct ath_cycle_counters *cc = &common->cc_survey;
653 unsigned int div = common->clockrate * 1000;
658 spin_lock_bh(&common->cc_lock);
659 ath_hw_cycle_counters_update(common);
667 spin_unlock_bh(&common->cc_lock);