Home
last modified time | relevance | path

Searched refs:WLAN_SET_FC_FTYPE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211hdr.h120 #define WLAN_SET_FC_FTYPE(n) (((u16)(n)) << 2) macro
H A Dp80211conv.c152 fc = cpu_to_le16(WLAN_SET_FC_FTYPE(WLAN_FTYPE_DATA) | in skb_ether_to_p80211()