19 Oct, 2011

1 commit


18 Oct, 2011

1 commit

  • WPA has been disabled in the HCF layer. The firmware does
    support it (it is used on other platforms). Enable it so
    we can work through the issues.

    Note that we also enable this for the HERMES 2.5 non-WARP
    firmware cards.

    Signed-off-by: David Kilroy
    Signed-off-by: Greg Kroah-Hartman

    David Kilroy
     

31 Mar, 2011

1 commit


06 Oct, 2010

1 commit


05 Jun, 2010

1 commit

  • Fixes Kconfig so the wlags49_h2 and wlags49_h25 drivers can be
    selected from menuconfig without having to select another WLAN
    driver first. Before it could only be selected when another driver
    already selected WIRELESS_EXT. Also adds WEXT_PRIV on which
    the driver also depends.

    Align help text in Kconfig.

    Signed-off-by: Henk de Groot
    Signed-off-by: Greg Kroah-Hartman

    Henk de Groot
     

12 May, 2010

1 commit


12 Dec, 2009

3 commits

  • Fix depends/selects in wlags49 drivers.

    ERROR: "wireless_spy_update" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
    ERROR: "iw_handler_get_spy" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
    ERROR: "iw_handler_set_spy" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!

    ERROR: "pcmcia_dev_present" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
    ERROR: "pcmcia_request_irq" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
    ERROR: "pcmcia_register_driver" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
    ERROR: "pcmcia_request_configuration" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
    ERROR: "pcmcia_request_io" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
    ERROR: "pcmcia_error_ret" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
    ERROR: "pcmcia_error_func" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
    ERROR: "pcmcia_unregister_driver" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
    ERROR: "pcmcia_disable_device" [drivers/staging/wlags49_h25/wlags49_h25_cs.ko] undefined!
    ERROR: "pcmcia_dev_present" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
    ERROR: "pcmcia_request_irq" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
    ERROR: "pcmcia_register_driver" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
    ERROR: "pcmcia_request_configuration" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
    ERROR: "pcmcia_request_io" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
    ERROR: "pcmcia_error_ret" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
    ERROR: "pcmcia_error_func" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
    ERROR: "pcmcia_unregister_driver" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!
    ERROR: "pcmcia_disable_device" [drivers/staging/wlags49_h2/wlags49_h2_cs.ko] undefined!

    Signed-off-by: Randy Dunlap
    Signed-off-by: Greg Kroah-Hartman

    Randy Dunlap
     
  • Adds TODO to the wlags_h2 and wlags_h5 staging drivers.

    Signed-off-by: Henk de Groot
    Signed-off-by: Greg Kroah-Hartman

    Henk de Groot
     
  • WLAN driver for cards using the HERMES II and HERMES II.5 chipset

    Based on Agere Systems Linux LKM Wireless Driver Source Code,
    Version 7.22; complies with Open Source BSD License.

    The software is a modified version of wl_lkm_722_abg.tar.gz from the
    Agere Systems website, addapted for Ubuntu 9.04 and modified to
    fit in the current Linux kernel (2.6.31).

    Modified for kernel 2.6 by Henk de Groot
    Based on 7.18 version by Andrey Borzenkov $Revision: 39 $

    Signed-off-by: Henk de Groot
    Cc: Bartlomiej Zolnierkiewicz
    Signed-off-by: Greg Kroah-Hartman

    Henk de Groot