Home
last modified time | relevance | path

Searched refs:WLAN_GET_SEQ_FRAG (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/ !
H A Dieee80211.h287 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/linux/drivers/net/wireless/intel/ipw2x00/ !
H A Dlibipw_rx.c91 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_frag_cache_get()
359 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_rx()
H A Dlibipw.h150 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) macro
H A Dipw2200.c8086 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()