Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211hdr.h123 #define WLAN_SET_FC_FROMDS(n) (((u16)(n)) << 9) macro
H A Dp80211conv.c168 fc |= cpu_to_le16(WLAN_SET_FC_FROMDS(1)); in skb_ether_to_p80211()