Searched refs:WLAN_SET_FC_TODS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/staging/wlan-ng/ | ||
H A D | p80211hdr.h | 122 #define WLAN_SET_FC_TODS(n) (((u16)(n)) << 8) macro |
H A D | p80211conv.c | 162 fc |= cpu_to_le16(WLAN_SET_FC_TODS(1)); in skb_ether_to_p80211() |