Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82705
b: refs/heads/master
c: f0b9205
h: refs/heads/master
i:
  82703: 560c032
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Feb 1, 2008
1 parent 5643a7b commit cafaf20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: e903fbd41e9a723da194e91816bfb69d442eb116
refs/heads/master: f0b9205cfb77d992e8c0f727de3099159c80dbbd
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rc80211_pid_algo.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ int __init rc80211_pid_init(void)
return ieee80211_rate_control_register(&mac80211_rcpid);
}

void __exit rc80211_pid_exit(void)
void rc80211_pid_exit(void)
{
ieee80211_rate_control_unregister(&mac80211_rcpid);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rc80211_simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ int __init rc80211_simple_init(void)
return ieee80211_rate_control_register(&mac80211_rcsimple);
}

void __exit rc80211_simple_exit(void)
void rc80211_simple_exit(void)
{
ieee80211_rate_control_unregister(&mac80211_rcsimple);
}
Expand Down

0 comments on commit cafaf20

Please sign in to comment.