summaryrefslogtreecommitdiffstats
path: root/sys/net80211
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2004-12-13 04:26:36 +0000
committersam <sam@FreeBSD.org>2004-12-13 04:26:36 +0000
commite3a33be48902818ba385606d6a1899a52603416a (patch)
tree0188b1bab492eace7bade9ebb6e7ba74cf05af1a /sys/net80211
parent6d3ab8ca37e970ed34931edab3277f6308baff1f (diff)
downloadFreeBSD-src-e3a33be48902818ba385606d6a1899a52603416a.zip
FreeBSD-src-e3a33be48902818ba385606d6a1899a52603416a.tar.gz
cover up the landmine until there's a proper solution
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_freebsd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_freebsd.c b/sys/net80211/ieee80211_freebsd.c
index 3a2ee7b..b591de1 100644
--- a/sys/net80211/ieee80211_freebsd.c
+++ b/sys/net80211/ieee80211_freebsd.c
@@ -300,6 +300,7 @@ ieee80211_notify_michael_failure(struct ieee80211com *ic,
void
ieee80211_load_module(const char *modname)
{
+#ifdef notyet
struct thread *td = curthread;
if (suser(td) == 0 && securelevel_gt(td->td_ucred, 0) == 0) {
@@ -307,6 +308,9 @@ ieee80211_load_module(const char *modname)
(void) linker_load_module(modname, NULL, NULL, NULL, NULL);
mtx_unlock(&Giant);
}
+#else
+ printf("%s: load the %s module by hand for now.\n", __func__, modname);
+#endif
}
/*
OpenPOWER on IntegriCloud