All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Enable WPA with wlags49_h2
@ 2011-10-09 11:11 David Kilroy
  2011-10-09 11:11 ` [PATCH 1/7] staging: wlags49_h2: Handle sysfs_create_group return correctly David Kilroy
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: David Kilroy @ 2011-10-09 11:11 UTC (permalink / raw)
  To: linux-kernel, greg; +Cc: pe1dnn, David Kilroy

This series makes WPA work on the Hermes II based cards. This has been
tested with a PCMCIA Speedtouch 110 (by Henk de Groot). WEP is
confirmed to still work.

ap_scan=2 must be set on wpa_supplicant: the driver manages roaming
within the SSID and does not support SIOCSIWAP. ap_scan=1 does not
work, which is also my experience with orinoco Agere cards (although
there have been reports of that working). Because of this,
NetworkManager doesn't work when set to use WPA.

Patches 2, 5 and 6 are where the main work is done. The other patches
just clean a few things up.

David Kilroy (7):
  staging: wlags49_h2: Handle sysfs_create_group return correctly
  staging: wlags49_h2: Enable WPA in the HCF
  staging: wlags49_h2: Remove useless IWE_STREAM_ADD_XXX defines
  staging: wlags49_h2: Report WPA IE in scan results with IWEVGENIE
  staging: wlags49_h2: Make key setting more reliable
  staging: wlags49_h2: Fixup IW_AUTH handling
  staging: wlags49_h2: Fixup SIOCSIWGENIE

 drivers/staging/wlags49_h2/Makefile      |    1 -
 drivers/staging/wlags49_h2/hcfcfg.h      |   19 +-
 drivers/staging/wlags49_h2/wl_internal.h |    8 +-
 drivers/staging/wlags49_h2/wl_main.c     |    6 +-
 drivers/staging/wlags49_h2/wl_sysfs.c    |   18 +-
 drivers/staging/wlags49_h2/wl_wext.c     |  917 +++++++++++++++---------------
 drivers/staging/wlags49_h25/Makefile     |    1 -
 7 files changed, 501 insertions(+), 469 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-10-09 17:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-09 11:11 [PATCH 0/7] Enable WPA with wlags49_h2 David Kilroy
2011-10-09 11:11 ` [PATCH 1/7] staging: wlags49_h2: Handle sysfs_create_group return correctly David Kilroy
2011-10-09 11:11 ` [PATCH 2/7] staging: wlags49_h2: Enable WPA in the HCF David Kilroy
2011-10-09 11:11 ` [PATCH 4/7] staging: wlags49_h2: Report WPA IE in scan results with IWEVGENIE David Kilroy
2011-10-09 11:11 ` [PATCH 5/7] staging: wlags49_h2: Make key setting more reliable David Kilroy
2011-10-09 11:11 ` [PATCH 6/7] staging: wlags49_h2: Fixup IW_AUTH handling David Kilroy
2011-10-09 11:11 ` [PATCH 7/7] staging: wlags49_h2: Fixup SIOCSIWGENIE David Kilroy
     [not found] ` <1318158697-15979-4-git-send-email-kilroyd@googlemail.com>
2011-10-09 11:26   ` [PATCH 3/7] staging: wlags49_h2: Remove useless IWE_STREAM_ADD_YYY defines Dave Kilroy
2011-10-09 16:54     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.