Searched refs:beacon_hdr (Results 1 – 1 of 1) sorted by relevance
197 struct tx_beacon_header beacon_hdr; in ath9k_htc_send_beacon() local205 memset(&beacon_hdr, 0, sizeof(struct tx_beacon_header)); in ath9k_htc_send_beacon()246 beacon_hdr.vif_index = avp->index; in ath9k_htc_send_beacon()247 tx_fhdr = skb_push(beacon, sizeof(beacon_hdr)); in ath9k_htc_send_beacon()248 memcpy(tx_fhdr, (u8 *) &beacon_hdr, sizeof(beacon_hdr)); in ath9k_htc_send_beacon()