Searched refs:fstype (Results 1 – 2 of 2) sorted by relevance
176 #define WLAN_CTL_FRAMELEN(fstype) (\ argument177 (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)
957 u16 fstype; in p80211_rx_typedrop() local961 fstype = WLAN_GET_FC_FSTYPE(fc); in p80211_rx_typedrop()963 pr_debug("rx_typedrop : ftype=%d fstype=%d.\n", ftype, fstype); in p80211_rx_typedrop()974 switch (fstype) { in p80211_rx_typedrop()1036 switch (fstype) { in p80211_rx_typedrop()1072 switch (fstype) { in p80211_rx_typedrop()