Home
last modified time | relevance | path

Searched defs:WLAN_FC_GET_VERS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h148 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS) macro
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h508 #define WLAN_FC_GET_VERS(fc) ((fc) & IEEE80211_FCTL_VERS) macro
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2873 #define WLAN_FC_GET_VERS(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_VERS) macro