Searched refs:WLAN_SET_FC_FROMDS (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/wlan-ng/ | ||
D | p80211hdr.h | 144 #define WLAN_SET_FC_FROMDS(n) (((u16)(n)) << 9) macro |
D | p80211conv.c | 189 fc |= cpu_to_le16(WLAN_SET_FC_FROMDS(1)); in skb_ether_to_p80211() |