Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dp80211hdr.h176 #define WLAN_CTL_FRAMELEN(fstype) (\ argument
177 (fstype) == WLAN_FSTYPE_BLOCKACKREQ ? 24 : \
178 (fstype) == WLAN_FSTYPE_BLOCKACK ? 152 : \
179 (fstype) == WLAN_FSTYPE_PSPOLL ? 20 : \
180 (fstype) == WLAN_FSTYPE_RTS ? 20 : \
181 (fstype) == WLAN_FSTYPE_CTS ? 14 : \
182 (fstype) == WLAN_FSTYPE_ACK ? 14 : \
183 (fstype) == WLAN_FSTYPE_CFEND ? 20 : \
184 (fstype) == WLAN_FSTYPE_CFENDCFACK ? 20 : 4)
Dp80211netdev.c946 u16 fstype; in p80211_rx_typedrop() local
950 fstype = WLAN_GET_FC_FSTYPE(fc); in p80211_rx_typedrop()
952 pr_debug("rx_typedrop : ftype=%d fstype=%d.\n", ftype, fstype); in p80211_rx_typedrop()
963 switch (fstype) { in p80211_rx_typedrop()
1025 switch (fstype) { in p80211_rx_typedrop()
1061 switch (fstype) { in p80211_rx_typedrop()