diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml index 0a07230552..2fc7ec17e3 100644 --- a/en/projects/ideas/ideas.xml +++ b/en/projects/ideas/ideas.xml @@ -15,7 +15,7 @@ Ideas//EN" - $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.112 2009/03/15 14:13:43 luigi Exp $ + $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.113 2009/03/15 14:36:31 luigi Exp $ @@ -535,27 +535,6 @@ these buses to be a subclass of this new base class.

- - Dynamic module references - - -

Technical contact: Sam Leffler

-

Kernel modules may have dynamic references created during operation. - For example net80211 key entries reference functions in the crypto module - that implements the key's cipher. Presently there is no standard mechanism - for expressing this dependency so that module unloading is disallowed; - instead modules must track references and implement their own semantics. - This task is to define and implement a general mechanism for tracking - these references and use them in handling module unload requests.

-

Requirements:

-
    -
  • Good knowledge of C.
  • -
  • Kernel awareness.
  • -
-
-
- Kernel support for linux DVB device drivers @@ -969,27 +948,6 @@ destDir parameter. - - Update wi - - -

Technical contact: Sam Leffler

-

Many new and useful features (e.g. crypto protocols like WPA) of the WLAN - infrastructure in the kernel are not used in wi(4). While wi(4) - cards are old and can not compete with recent wireless cards, they are still - in use in a lot of places. The goal of this item is to examine the WLAN - infrastructure and other WLAN drivers in the tree for nice features and - port/use them in the wi(4) driver.

-

Requirements:

-
    -
  • Knowledge of C.
  • -
  • No fear of undocumented parts of the kernel.
  • -
  • One wi(4) card and one other wireless device to test against.
  • -
-
-
- WPA2 preauthentication in hostapd