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