Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65166
b: refs/heads/master
c: ca9938f
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Sep 26, 2007
1 parent 0d25f1b commit 93d421e
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: 136e83d6b8999f4ef680ff9cf2a67e1e1ccbd94e
refs/heads/master: ca9938fea576ebbb8d8c4fbe8a5bcc937e49e1ca
2 changes: 1 addition & 1 deletion trunk/net/mac80211/ieee80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -5259,7 +5259,7 @@ static void __exit ieee80211_exit(void)
}


module_init(ieee80211_init);
subsys_initcall(ieee80211_init);
module_exit(ieee80211_exit);

MODULE_DESCRIPTION("IEEE 802.11 subsystem");
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 @@ -431,7 +431,7 @@ static void __exit rate_control_simple_exit(void)
}


module_init(rate_control_simple_init);
subsys_initcall(rate_control_simple_init);
module_exit(rate_control_simple_exit);

MODULE_DESCRIPTION("Simple rate control algorithm for ieee80211");
Expand Down

0 comments on commit 93d421e

Please sign in to comment.