Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75125
b: refs/heads/master
c: 20880e8
h: refs/heads/master
i:
  75123: 36ffa68
v: v3
  • Loading branch information
Cyrill Gorcunov authored and David S. Miller committed Dec 20, 2007
1 parent 1945d8f commit c85f6ec
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: 3333590e94262aebb5d0fb767cc7ed8b2359705c
refs/heads/master: 20880e8936e467fe30d79aa838c8d24b7073648f
2 changes: 1 addition & 1 deletion trunk/net/mac80211/ieee80211_rate.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ void ieee80211_rate_control_unregister(struct rate_control_ops *ops)
list_for_each_entry(alg, &rate_ctrl_algs, list) {
if (alg->ops == ops) {
list_del(&alg->list);
kfree(alg);
break;
}
}
mutex_unlock(&rate_ctrl_mutex);
kfree(alg);
}
EXPORT_SYMBOL(ieee80211_rate_control_unregister);

Expand Down

0 comments on commit c85f6ec

Please sign in to comment.