Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dqc_sap_ioctl.h121 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) macro
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd_wext.c61 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) macro