|
VSF Documented
|
Data Fields | ||
| union { | ||
| struct { | ||
| int8_t cck [4] | ||
| int8_t ofdm [8] | ||
| int8_t ht [16] | ||
| int8_t vht [2] | ||
| } | ||
| int8_t all [30] | ||
| }; | ||
| int8_t mt76_rate_power_t::cck[4] |
| int8_t mt76_rate_power_t::ofdm[8] |
| int8_t mt76_rate_power_t::ht[16] |
| int8_t mt76_rate_power_t::vht[2] |
| int8_t mt76_rate_power_t::all[30] |
| union { ... } mt76_rate_power_t |