Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dieee80211.h1791 #define IEEE80211_HT_MCS_CHAINS(mcs) ((mcs) == 32 ? 1 : (1 + ((mcs) >> 3))) macro
/linux-6.12.1/net/mac80211/
Dtx.c2268 if (IEEE80211_HT_MCS_CHAINS(rate) > in ieee80211_parse_tx_radiotap()