|
@@ -305,7 +305,10 @@ static void __rate_control_send_low(struct ieee80211_hw *hw,
|
|
info->control.rates[0].idx = i;
|
|
info->control.rates[0].idx = i;
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
- WARN_ON_ONCE(i == sband->n_bitrates);
|
|
|
|
|
|
+ WARN_ONCE(i == sband->n_bitrates,
|
|
|
|
+ "no supported rates (0x%x) in rate_mask 0x%x with flags 0x%x\n",
|
|
|
|
+ sta ? sta->supp_rates[sband->band] : 0,
|
|
|
|
+ rate_mask, rate_flags);
|
|
|
|
|
|
info->control.rates[0].count =
|
|
info->control.rates[0].count =
|
|
(info->flags & IEEE80211_TX_CTL_NO_ACK) ?
|
|
(info->flags & IEEE80211_TX_CTL_NO_ACK) ?
|