Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wil6210/
H A 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)
H A Dtxrx_edma.c1029 else if (stats->last_mcs_rx == WIL_EXTENDED_MCS_26) in wil_sring_reap_rx_edma()