Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287967
b: refs/heads/master
c: 216c57b
h: refs/heads/master
i:
  287965: 1e6c206
  287963: 9eff361
  287959: 4b54ac6
  287951: 4dca6c2
  287935: 76ae5a5
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Feb 15, 2012
1 parent 64d2c92 commit 3162639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b5a433ae5348c23caa0b5f0a2fca7c342acb200
refs/heads/master: 216c57b214bd621335ff698b475f6db2802502dc
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rate.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static inline void rate_control_tx_status(struct ieee80211_local *local,
struct ieee80211_sta *ista = &sta->sta;
void *priv_sta = sta->rate_ctrl_priv;

if (!ref)
if (!ref || !test_sta_flag(sta, WLAN_STA_RATE_CONTROL))
return;

ref->ops->tx_status(ref->priv, sband, ista, priv_sta, skb);
Expand Down

0 comments on commit 3162639

Please sign in to comment.