Home
last modified time | relevance | path

Searched defs:NetType (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/include/
Dieee80211.h133 #define IsSupported24G(NetType) (NetType & SUPPORTED_24G_NETTYPE_MSK ? true : false) argument
134 #define IsSupported5G(NetType) (NetType & SUPPORTED_5G_NETTYPE_MSK ? true : false) argument
136 #define IsEnableHWCCK(NetType) IsSupported24G(NetType) argument
137 #define IsEnableHWOFDM(NetType) (NetType & (WIRELESS_11G|WIRELESS_11_24N|SUPPORTED_5G_NETTYPE_MSK) … argument
139 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
140 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
141 #define IsSupportedRxMCS(NetType) IsEnableHWOFDM(NetType) argument
143 #define IsSupportedTxCCK(NetType) (NetType & (WIRELESS_11B) ? true : false) argument
144 #define IsSupportedTxOFDM(NetType) (NetType & (WIRELESS_11G|WIRELESS_11A) ? true : false) argument
145 #define IsSupportedTxMCS(NetType) (NetType & (WIRELESS_11_24N|WIRELESS_11_5N) ? true : false) argument
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h192 #define IsSupported24G(NetType) \ argument
194 #define IsSupported5G(NetType) \ argument
197 #define IsEnableHWCCK(NetType) \ argument
199 #define IsEnableHWOFDM(NetType) \ argument
203 #define IsSupportedRxCCK(NetType) IsEnableHWCCK(NetType) argument
204 #define IsSupportedRxOFDM(NetType) IsEnableHWOFDM(NetType) argument
205 #define IsSupportedRxMCS(NetType) IsEnableHWOFDM(NetType) argument
207 #define IsSupportedTxCCK(NetType) \ argument
209 #define IsSupportedTxOFDM(NetType) \ argument
211 #define IsSupportedTxMCS(NetType) \ argument