Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prop_exts.h37 #define PROP_CAPABILITY_GET(bitname, value) \ argument
38 (((value) >> SIR_MAC_PROP_CAPABILITY_ ## bitname) & 1)
H A Dsir_mac_prot_def.h298 #define SIR_MAC_CLEAR_CAPABILITY(u16value, bitname) \ argument
299 ((u16value) &= (~(SIR_MAC_SET_ ## bitname(0))))