Lines Matching refs:frame_control
4544 le16_to_cpu(((struct ieee80211_hdr *)(x))->frame_control)) in ipw_rx_notification()
7669 fc = le16_to_cpu(hdr->frame_control); in ipw_rebuild_decrypted_skb()
7674 hdr->frame_control = cpu_to_le16(fc); in ipw_rebuild_decrypted_skb()
7980 if (libipw_is_management(le16_to_cpu(hdr->frame_control))) { in ipw_handle_promiscuous_rx()
7985 } else if (libipw_is_control(le16_to_cpu(hdr->frame_control))) { in ipw_handle_promiscuous_rx()
7990 } else if (libipw_is_data(le16_to_cpu(hdr->frame_control))) { in ipw_handle_promiscuous_rx()
8008 len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_control)); in ipw_handle_promiscuous_rx()
10343 if (libipw_is_management(le16_to_cpu(hdr->frame_control))) { in ipw_handle_promiscuous_tx()
10348 } else if (libipw_is_control(le16_to_cpu(hdr->frame_control))) { in ipw_handle_promiscuous_tx()
10353 } else if (libipw_is_data(le16_to_cpu(hdr->frame_control))) { in ipw_handle_promiscuous_tx()
10368 len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_control)); in ipw_handle_promiscuous_tx()