Lines Matching defs:nss
2269 * WMI_NSS_RATIO_1BY2_NSS -Max nss of 160MHz is equals to half of the max nss
2271 * WMI_NSS_RATIO_3BY4_NSS - Max nss of 160MHz is equals to 3/4 of the max nss
2273 * WMI_NSS_RATIO_1_NSS - Max nss of 160MHz is equals to the max nss of 80MHz
2274 * WMI_NSS_RATIO_2_NSS - Max nss of 160MHz is equals to two times the max
2275 * nss of 80MHz
5229 #define ATH11K_HW_RATE_CODE(rate, nss, preamble) \
5231 ((nss) << ATH11K_RC_NSS_OFFSET) | \