Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290411
b: refs/heads/master
c: 2cfc6fc
h: refs/heads/master
i:
  290409: e7609b4
  290407: a7ad769
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Feb 8, 2012
1 parent 3fe2ea2 commit cbf77f6
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: 42bc0c9716c456a9686fcd4ee5cf115b992b9952
refs/heads/master: 2cfc6fc584a65db87935ca4e4d5e1ad89d5192ee
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rate.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 cbf77f6

Please sign in to comment.