Searched refs:PhyRxStatus_0 (Results 1 – 4 of 4) sorted by relevance
346 switch (rxh->PhyRxStatus_0 & PRXS0_FT_MASK) { in wlc_compute_rspec()374 if ((phy_type == PHY_TYPE_A) || (rxh->PhyRxStatus_0 & PRXS0_OFDM)) in wlc_compute_rspec()
1311 u16 PhyRxStatus_0; /* PhyRxStatus 15:0 */ member
4979 u16 phystatus_0 = rxh->PhyRxStatus_0; in wlc_print_rxh()5004 (rxh->PhyRxStatus_0 & PRXS0_SHORTH) ? " short preamble" : ""); in wlc_print_rxh()6866 rx_status->antenna = (rxh->PhyRxStatus_0 & PRXS0_RXANT_UPSUBBAND) ? 1 : 0; /* ant */ in prep_mac80211_status()6921 if (rxh->PhyRxStatus_0 & PRXS0_SHORTH) in prep_mac80211_status()7016 rxh->PhyRxStatus_0 = le16_to_cpu(rxh->PhyRxStatus_0); in wlc_recv()
21486 phyRx0_l = le16_to_cpu(rxh->PhyRxStatus_0) & 0x00ff; in wlc_phy_rssi_compute_nphy()