Home
last modified time | relevance | path

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

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