summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/bcmdhd/dhd_linux.c
diff options
context:
space:
mode:
authorHoward M. Harte <hharte@broadcom.com>2011-07-25 19:15:11 -0700
committerJonas ABERG <jonas.aberg@stericsson.com>2011-10-28 11:00:00 +0200
commit9507fa86cdb8ed22dee4067dcbaf600e6f60cdf0 (patch)
tree1147f0810ba79ca3ce699548b45477c3116e9679 /drivers/net/wireless/bcmdhd/dhd_linux.c
parent6d6fb2996b129a247304229b9cbbcdb908680595 (diff)
Update to 5.90.125.52:
Fix unremoved monitor interface problem after killing hostapd. Add WPS support for hostapd. Change-Id: I4e476fafb203592fcdf5c15a526b67d4aa78df3e Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35556 Tested-by: Per VAHLNE <per.xx.vahlne@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'drivers/net/wireless/bcmdhd/dhd_linux.c')
-rw-r--r--drivers/net/wireless/bcmdhd/dhd_linux.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/bcmdhd/dhd_linux.c b/drivers/net/wireless/bcmdhd/dhd_linux.c
index e318017ff80..690384a2495 100644
--- a/drivers/net/wireless/bcmdhd/dhd_linux.c
+++ b/drivers/net/wireless/bcmdhd/dhd_linux.c
@@ -3248,6 +3248,9 @@ dhd_module_init(void)
goto fail_2;
}
#endif
+#if defined(WL_CFG80211)
+ error = wl_android_post_init();
+#endif
return error;
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27)) && 1