Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dbwi.c8844 uint32_t mac_ctrl; in bwi_encap() local
8953 mac_ctrl = BWI_TXH_MAC_C_HWSEQ | BWI_TXH_MAC_C_FIRST_FRAG; in bwi_encap()
8955 mac_ctrl |= BWI_TXH_MAC_C_ACK; in bwi_encap()
8957 mac_ctrl |= BWI_TXH_MAC_C_FB_OFDM; in bwi_encap()
8959 hdr->txh_mac_ctrl = htole32(mac_ctrl); in bwi_encap()