Lines Matching +full:rates +full:- +full:mcs
25 #define BRCMS_NUMRATES 16 /* max # of rates in a rateset */
34 #define PHY_TYPE_LCNXN 9 /* Phy type 2-stream N */
35 #define PHY_TYPE_HT 7 /* Phy type 3-Stream N */
42 #define BRCMS_RSSI_MINVAL -200 /* Low value, e.g. for forcing roam */
43 #define BRCMS_RSSI_NO_SIGNAL -91 /* NDIS RSSI link quality cutoffs */
44 #define BRCMS_RSSI_VERY_LOW -80 /* Very low quality cutoffs */
45 #define BRCMS_RSSI_LOW -70 /* Low quality cutoffs */
46 #define BRCMS_RSSI_GOOD -68 /* Good quality cutoffs */
47 #define BRCMS_RSSI_VERY_GOOD -58 /* Very good quality cutoffs */
48 #define BRCMS_RSSI_EXCELLENT -57 /* Excellent quality cutoffs */
59 /* legacy rx Antenna diversity for SISO rates */
68 /* legacy rx Antenna diversity for SISO rates */
105 /* # rates in this set */
107 /* rates in 500kbps units w/hi bit set if basic */
108 u8 rates[WL_NUMRATES]; member
112 uint count; /* number of rates in rates[] */
113 /* rates in 500kbps units w/hi bit set if basic */
114 u8 rates[BRCMS_NUMRATES]; member
116 u8 mcs[MCSSET_LEN]; /* supported mcs index bit map */ member
119 /* All the HT-specific default advertised capabilities (including AMPDU)
134 struct brcms_c_rateset rateset; /* supported rates */
176 struct wl_cnt *_cnt; /* low-level counters in driver */
188 * Feature-related macros to optimize out code *
210 #define BRCMS_PROT_N_NONGF 13 /* non-GF protection */
211 #define BRCMS_PROT_N_NONGF_OVR 14 /* non-GF protection override */
213 #define BRCMS_PROT_N_OBSS 16 /* non-HT OBSS present */
255 /* MCS values greater than this enable multiple streams */