Searched refs:phyctl (Results 1 – 2 of 2) sorted by relevance
689 uint16_t phyctl; member
9615 uint16_t phyctl = 0; in bwn_set_txhdr() local9675 phyctl |= (BWN_ISOFDMRATE(rate)) ? BWN_TX_PHY_ENC_OFDM : in bwn_set_txhdr()9679 phyctl |= BWN_TX_PHY_SHORTPRMBL; in bwn_set_txhdr()9685 phyctl |= BWN_TX_PHY_ANT01AUTO; in bwn_set_txhdr()9688 phyctl |= BWN_TX_PHY_ANT0; in bwn_set_txhdr()9691 phyctl |= BWN_TX_PHY_ANT1; in bwn_set_txhdr()9694 phyctl |= BWN_TX_PHY_ANT2; in bwn_set_txhdr()9697 phyctl |= BWN_TX_PHY_ANT3; in bwn_set_txhdr()9776 txhdr->phyctl = htole16(phyctl); in bwn_set_txhdr()