Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c241 static bool IsHTHalfNmodeSGI(struct ieee80211_device *ieee, bool is40MHz) in IsHTHalfNmodeSGI() function
271 isShortGI = (IsHTHalfNmodeSGI(ieee, is40MHz)) ? 1 : 0; in HTHalfMcsToDataRate()