Searched refs:MT_TXWI_RATE_MCS (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt7601u/ | ||
H A D | mac.h | 138 #define MT_TXWI_RATE_MCS GENMASK(6, 0) macro |
H A D | mac.c | 30 u8 idx = FIELD_GET(MT_TXWI_RATE_MCS, rate); in mt76_mac_process_tx_rate() |