Home
last modified time | relevance | path

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

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