Lines Matching defs:common
373 struct ath_common *common = ath5k_hw_common(ah);
378 memcpy(common->macaddr, mac, ETH_ALEN);
396 * common struct into the hardware
401 struct ath_common *common = ath5k_hw_common(ah);
408 ath_hw_setbssidmask(common);
414 get_unaligned_le32(common->curbssid),
417 get_unaligned_le16(common->curbssid + 4) |
418 ((common->curaid & 0x3fff) << AR5K_BSS_ID1_AID_S),
421 if (common->curaid == 0) {
445 * For more information check out ../hw.c of the common ath module.
450 struct ath_common *common = ath5k_hw_common(ah);
454 memcpy(common->bssidmask, mask, ETH_ALEN);
456 ath_hw_setbssidmask(common);
879 struct ath_common *common = ath5k_hw_common(ah);
931 low_id = get_unaligned_le32(common->macaddr);
932 high_id = get_unaligned_le16(common->macaddr + 4);