Lines Matching refs:rx_status
779 struct ieee80211_rx_status rx_status = {};
828 /* rx_status carries information about the packet to mac80211 */
829 rx_status.mactime = le64_to_cpu(phy_res->timestamp);
830 rx_status.band = (phy_res->phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ?
832 rx_status.freq =
834 rx_status.band);
835 rx_status.rate_idx =
836 iwlagn_hwrate_to_mac80211_idx(rate_n_flags, rx_status.band);
837 rx_status.flag = 0;
841 /*rx_status.flag |= RX_FLAG_MACTIME_START;*/
846 rx_status.signal = iwlagn_calc_rssi(priv, phy_res);
849 rx_status.signal, (unsigned long long)rx_status.mactime);
864 rx_status.antenna =
870 rx_status.enc_flags |= RX_ENC_FLAG_SHORTPRE;
878 rx_status.flag |= RX_FLAG_AMPDU_DETAILS;
879 rx_status.ampdu_reference = priv->ampdu_ref;
884 rx_status.encoding = RX_ENC_HT;
886 rx_status.bw = RATE_INFO_BW_40;
888 rx_status.bw = RATE_INFO_BW_20;
890 rx_status.enc_flags |= RX_ENC_FLAG_SHORT_GI;
892 rx_status.enc_flags |= RX_ENC_FLAG_HT_GF;
895 rxb, &rx_status);