On Tue, 2022-09-20 at 12:40 +0200, Jonas Jelonek wrote: > > * @rate_idx The actual used rate. > * @try_count How often the rate was tried. > - * @tx_power_idx An idx into the ieee80211_hw->tx_power_levels list of the > - * corresponding wifi hardware. The idx shall point to the power level > - * that was used when sending the packet. > + * @tx_power_idx An idx into the the tx-power set described by > + * ieee80211_hw->txpower_ranges for the corresponding wifi hardware. > + * The idx shall point to the tx-power level that was used when sending > + * the packet at this rate. A negative value is considered as 'invalid' > + * or 'no power level reported by the driver'. maybe fix the kernel-doc (at least for this entry) while at it and add the missing colon. johannes