Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183954
b: refs/heads/master
c: 3c38405
h: refs/heads/master
v: v3
  • Loading branch information
Vasanthakumar authored and John W. Linville committed Feb 1, 2010
1 parent d695185 commit c838d3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b4d57adb727ec7c34020390eeb0eeb9e0a2959bc
refs/heads/master: 3c384053ce4cb1949f5575c28e30e6ceea8cb39b
4 changes: 4 additions & 0 deletions trunk/net/mac80211/rate.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ static inline void rate_control_tx_status(struct ieee80211_local *local,
struct rate_control_ref *ref = local->rate_ctrl;
struct ieee80211_sta *ista = &sta->sta;
void *priv_sta = sta->rate_ctrl_priv;

if (!ref)
return;

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

Expand Down

0 comments on commit c838d3f

Please sign in to comment.