Lines Matching refs:fc
750 u16 fc; in orinoco_rx_monitor() local
761 fc = le16_to_cpu(desc->frame_ctl); in orinoco_rx_monitor()
762 switch (fc & IEEE80211_FCTL_FTYPE) { in orinoco_rx_monitor()
764 if ((fc & IEEE80211_FCTL_TODS) in orinoco_rx_monitor()
765 && (fc & IEEE80211_FCTL_FROMDS)) in orinoco_rx_monitor()
776 switch (fc & IEEE80211_FCTL_STYPE) { in orinoco_rx_monitor()
966 u16 status, fc; in orinoco_rx() local
972 fc = le16_to_cpu(desc->frame_ctl); in orinoco_rx()
981 u8 *src = (fc & IEEE80211_FCTL_FROMDS) ? in orinoco_rx()
1055 if (fc & IEEE80211_FCTL_FROMDS) in orinoco_rx()
1062 if (fc & IEEE80211_FCTL_TODS) in orinoco_rx()