Home
last modified time | relevance | path

Searched refs:host2ieee16 (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/wlan-ng/
Dp80211conv.c196 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()
Dwlan_compat.h144 #define host2ieee16(n) __cpu_to_le16(n) macro
Dprism2sta.c327 p80211_hdr->a3.fc |= host2ieee16(WLAN_SET_FC_ISWEP(1)); in prism2sta_txframe()