|
@@ -686,7 +686,8 @@ ieee80211_tx_h_rate_ctrl(struct ieee80211_tx_data *tx)
|
|
|
|
|
|
txrc.bss = (tx->sdata->vif.type == NL80211_IFTYPE_AP ||
|
|
|
tx->sdata->vif.type == NL80211_IFTYPE_MESH_POINT ||
|
|
|
- tx->sdata->vif.type == NL80211_IFTYPE_ADHOC);
|
|
|
+ tx->sdata->vif.type == NL80211_IFTYPE_ADHOC ||
|
|
|
+ tx->sdata->vif.type == NL80211_IFTYPE_OCB);
|
|
|
|
|
|
/* set up RTS protection if desired */
|
|
|
if (len > tx->local->hw.wiphy->rts_threshold) {
|