Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/wil6210/
Dwil6210.h91 #define WIL_EXTENDED_MCS_26 (26) /* FW reports MCS 12.1 to driver as "26" */ macro
93 #define WIL_EXTENDED_MCS_CHECK(x) (((x) == WIL_EXTENDED_MCS_26) ? "12.1" : #x)
Dcfg80211.c498 if (tx_mcs == WIL_EXTENDED_MCS_26) { in wil_cid_fill_sinfo()
502 if (rx_mcs == WIL_EXTENDED_MCS_26) { in wil_cid_fill_sinfo()
Dtxrx_edma.c1029 else if (stats->last_mcs_rx == WIL_EXTENDED_MCS_26) in wil_sring_reap_rx_edma()