Home
last modified time | relevance | path

Searched refs:tx_seq_no (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dmac.h91 if (arvif->tx_seq_no == 0) in ath10k_tx_h_seq_no()
92 arvif->tx_seq_no = 0x1000; in ath10k_tx_h_seq_no()
95 arvif->tx_seq_no += 0x10; in ath10k_tx_h_seq_no()
97 hdr->seq_ctrl |= cpu_to_le16(arvif->tx_seq_no); in ath10k_tx_h_seq_no()
Dcore.h362 u16 tx_seq_no; member
Dmac.c1624 arvif->tx_seq_no = 0x1000; in ath10k_control_beaconing()