Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h161 #define is_supported_tx_cck(net_type) (((net_type) & (WIRELESS_11B)) ? true : false) macro
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c404 if (is_supported_tx_cck(network_type)) { in update_bmc_sta()