Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211hdr.h116 #define WLAN_GET_FC_TODS(n) ((((u16)(n)) & (BIT(8))) >> 8) macro
175 if (WLAN_GET_FC_TODS(fctl) && WLAN_GET_FC_FROMDS(fctl)) in p80211_headerlen()
H A Dp80211conv.c277 if ((WLAN_GET_FC_TODS(fc) == 0) && (WLAN_GET_FC_FROMDS(fc) == 0)) { in skb_p80211_to_ether()
280 } else if ((WLAN_GET_FC_TODS(fc) == 0) && in skb_p80211_to_ether()
284 } else if ((WLAN_GET_FC_TODS(fc) == 1) && in skb_p80211_to_ether()