Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dieee80211.h1810 #define IEEE80211_HT_MCS_CHAINS(mcs) ((mcs) == 32 ? 1 : (1 + ((mcs) >> 3))) macro
/linux-6.15/net/mac80211/
H A Dtx.c2270 if (IEEE80211_HT_MCS_CHAINS(rate) > in ieee80211_parse_tx_radiotap()