Lines Matching refs:flag

69 	if (status->flag & (RX_FLAG_FAILED_FCS_CRC |
106 if (status->flag & RX_FLAG_HT) /* HT info */
109 if (status->flag & RX_FLAG_AMPDU_DETAILS) {
114 if (status->flag & RX_FLAG_VHT) {
194 if (status->flag & (RX_FLAG_FAILED_FCS_CRC | RX_FLAG_FAILED_PLCP_CRC))
196 if (status->flag & RX_FLAG_SHORTPRE)
201 if (!rate || status->flag & (RX_FLAG_HT | RX_FLAG_VHT)) {
221 else if (status->flag & (RX_FLAG_HT | RX_FLAG_VHT))
236 !(status->flag & RX_FLAG_NO_SIGNAL_VAL)) {
255 if (status->flag & RX_FLAG_FAILED_PLCP_CRC)
260 if (status->flag & RX_FLAG_HT) {
264 if (status->flag & RX_FLAG_SHORT_GI)
266 if (status->flag & RX_FLAG_40MHZ)
268 if (status->flag & RX_FLAG_HT_GF)
274 if (status->flag & RX_FLAG_AMPDU_DETAILS) {
284 if (status->flag & RX_FLAG_AMPDU_REPORT_ZEROLEN)
286 if (status->flag & RX_FLAG_AMPDU_IS_ZEROLEN)
288 if (status->flag & RX_FLAG_AMPDU_LAST_KNOWN)
290 if (status->flag & RX_FLAG_AMPDU_IS_LAST)
292 if (status->flag & RX_FLAG_AMPDU_DELIM_CRC_ERROR)
294 if (status->flag & RX_FLAG_AMPDU_DELIM_CRC_KNOWN)
298 if (status->flag & RX_FLAG_AMPDU_DELIM_CRC_KNOWN)
305 if (status->flag & RX_FLAG_VHT) {
310 if (status->flag & RX_FLAG_80P80MHZ)
315 if (status->flag & RX_FLAG_SHORT_GI)
319 if (status->flag & RX_FLAG_80MHZ)
321 else if (status->flag & RX_FLAG_80P80MHZ)
323 else if (status->flag & RX_FLAG_160MHZ)
325 else if (status->flag & RX_FLAG_40MHZ)
1064 if ((status->flag & RX_FLAG_DECRYPTED) &&
1065 (status->flag & RX_FLAG_IV_STRIPPED))
1072 if ((status->flag & RX_FLAG_DECRYPTED) &&
1073 (status->flag & RX_FLAG_IV_STRIPPED))
1126 * the hardware used if this flag is set?
1128 if ((status->flag & RX_FLAG_DECRYPTED) &&
1129 (status->flag & RX_FLAG_IV_STRIPPED))
1200 status->flag |= RX_FLAG_DECRYPTED;
1395 sta->last_rx_rate_flag = status->flag;
1407 sta->last_rx_rate_flag = status->flag;
1420 if (!(status->flag & RX_FLAG_NO_SIGNAL_VAL)) {
1702 if (status->flag & RX_FLAG_DECRYPTED)
1725 if (status->flag & RX_FLAG_DECRYPTED)
2765 * don't do it again. If not, set the flag.
2839 if (!(status->flag & RX_FLAG_HT) &&
2840 !(status->flag & RX_FLAG_VHT))
3010 if (status->flag & (RX_FLAG_HT | RX_FLAG_VHT))
3267 if (likely(!(status->flag & RX_FLAG_FAILED_PLCP_CRC))) {
3273 if (status->flag & RX_FLAG_HT) {
3291 } else if (status->flag & RX_FLAG_VHT) {