Searched refs:host2ieee16 (Results 1 – 3 of 3) sorted by relevance
196 fc = host2ieee16( WLAN_SET_FC_FTYPE(WLAN_FTYPE_DATA) | in skb_ether_to_p80211()206 fc |= host2ieee16(WLAN_SET_FC_TODS(1)); in skb_ether_to_p80211()212 fc |= host2ieee16(WLAN_SET_FC_FROMDS(1)); in skb_ether_to_p80211()241 fc |= host2ieee16(WLAN_SET_FC_ISWEP(1)); in skb_ether_to_p80211()
144 #define host2ieee16(n) __cpu_to_le16(n) macro
327 p80211_hdr->a3.fc |= host2ieee16(WLAN_SET_FC_ISWEP(1)); in prism2sta_txframe()