Lines Matching defs:phy
443 struct ar9170_rx_phystatus *phy, struct ieee80211_rx_status *status)
450 if (phy->rssi[i] != 0x80)
455 if (phy->rssi[i] & 0x80)
456 phy->rssi[i] = ((~phy->rssi[i] & 0x7f) + 1) & 0x7f;
459 status->signal = ar->noise[0] + phy->rssi_combined;
701 struct ar9170_rx_phystatus *phy = NULL;
755 * which does contain the phy status of the whole
760 phy = (void *)(buf + mpdu_len);
787 /* single mpdu has both: plcp (head) and phy status (tail) */
794 phy = (void *)(buf + mpdu_len);
812 if (phy)
813 carl9170_rx_phy_status(ar, phy, &status);