Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ioctl_set.c489 if (is_supported_ht(psta->wireless_mode)) { in rtw_get_cur_max_rate()
/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h162 #define is_supported_ht(net_type) (((net_type) & (WIRELESS_11_24N)) ? true : false) macro