>From f5fceb92da34711caa136735aa2f14249e6cafe9 Mon Sep 17 00:00:00 2001 From: Arend van Spriel <[email protected]> Date: Fri, 12 Nov 2010 10:07:27 +0100 Subject: [PATCH 1/3] staging: brcm80211: updated maintainers contact information
Reviewed-by: Brett Rudley <[email protected]> Signed-off-by: Arend van Spriel <[email protected]> --- drivers/staging/brcm80211/README | 8 +++++--- drivers/staging/brcm80211/TODO | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/staging/brcm80211/README b/drivers/staging/brcm80211/README index c3ba9bb..de65f9d 100644 --- a/drivers/staging/brcm80211/README +++ b/drivers/staging/brcm80211/README @@ -80,15 +80,17 @@ appropriate other traffic is observed on those channels. Within the driver, we use the ficticious country code "X2" to represent this worldwide regulatory domain. There is currently no interface to configure a different domain. The driver reads the SROM country code from the chip and hands it up to mac80211 as the regulatory hint, however this information is otherwise unused with the driver. Contact Info: ============= -Brett Rudley [email protected] -Henry Ptasinski [email protected] -Nohee Ko [email protected] +Brett Rudley [email protected] +Henry Ptasinski [email protected] +Dowan Kim [email protected] +Roland Vossen [email protected] +Arend van Spriel [email protected] diff --git a/drivers/staging/brcm80211/TODO b/drivers/staging/brcm80211/TODO index 8803d30..24ebadb 100644 --- a/drivers/staging/brcm80211/TODO +++ b/drivers/staging/brcm80211/TODO @@ -37,13 +37,15 @@ Other - Replace driver's proprietary ssb interface with generic kernel ssb module (only used when compiling for SDIO). - PCI and SDIO support are currently #ifdef'ed exclusive of each other, which leads to a separate wl.ko for each. This should be changed to runtime handling of different interfaces so that a single binary driver can be built. - Add support for new chips (obviously an ongoing item). Contact ===== Brett Rudley <[email protected]> Henry Ptasinski <[email protected]> -Nohee Ko <[email protected]> +Dowan Kim <[email protected]> +Roland Vossen <[email protected]> +Arend van Spriel <[email protected]> -- 1.7.1 _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
