projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b5ee3a
)
[PATCH] cfg80211: fix initialisation if built-in
author
Johannes Berg
<johannes@sipsolutions.net>
Mon, 10 Sep 2007 11:44:45 +0000
(13:44 +0200)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 26 Sep 2007 05:55:44 +0000
(22:55 -0700)
When cfg80211 is built into the kernel it needs to init earlier
so that device registrations are run after it has initialised.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/core.c
patch
|
blob
|
blame
|
history
diff --git
a/net/wireless/core.c
b/net/wireless/core.c
index 7eabd55417a5eab222a4c756d1e2181513575cc7..9771451eae217d9624db3efbac4e08f91ec9ab5c 100644
(file)
--- a/
net/wireless/core.c
+++ b/
net/wireless/core.c
@@
-213,7
+213,7
@@
out_fail_notifier:
out_fail_sysfs:
return err;
}
-
module_init
(cfg80211_init);
+
subsys_initcall
(cfg80211_init);
static void cfg80211_exit(void)
{