Searched refs:beacon_hdr (Results 1 – 1 of 1) sorted by relevance
353 struct tx_beacon_header beacon_hdr; in ath9k_htc_send_beacon() local361 memset(&beacon_hdr, 0, sizeof(struct tx_beacon_header)); in ath9k_htc_send_beacon()402 beacon_hdr.vif_index = avp->index; in ath9k_htc_send_beacon()403 tx_fhdr = skb_push(beacon, sizeof(beacon_hdr)); in ath9k_htc_send_beacon()404 memcpy(tx_fhdr, (u8 *) &beacon_hdr, sizeof(beacon_hdr)); in ath9k_htc_send_beacon()