Home
last modified time | relevance | path

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

/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