linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] orinoco: preliminary refactorring before cfg80211 key handling
@ 2009-08-05 20:23 David Kilroy
  2009-08-05 20:23 ` [PATCH 1/6] orinoco: prefer_port3 can be a single bit David Kilroy
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: David Kilroy @ 2009-08-05 20:23 UTC (permalink / raw)
  To: linux-wireless; +Cc: orinoco-devel, David Kilroy

This series does a little clean up, moves a few common routines which we
will need in the cfg80211 handlers to hw.c, and puts all our keys in one
basket.

These have been running for a while on my machine, and I haven't noticed
any breakage.

Signed-off-by: David Kilroy <kilroyd@googlemail.com>

---
David Kilroy (6):
  orinoco: prefer_port3 can be a single bit
  orinoco: use local types for auth alg and sequence length
  orinoco: pass orinoco_set_tkip_key the sequence lengths
  orinoco: move disassociation to hw.c
  orinoco: add function to retrieve current bssid
  orinoco: consolidate storage of WEP and TKIP keys

 drivers/net/wireless/orinoco/hw.c      |  120 +++++++++++++++++-----
 drivers/net/wireless/orinoco/hw.h      |    7 +-
 drivers/net/wireless/orinoco/main.c    |   35 ++++--
 drivers/net/wireless/orinoco/orinoco.h |   16 ++-
 drivers/net/wireless/orinoco/wext.c    |  173 +++++++++++++++++++-------------
 5 files changed, 236 insertions(+), 115 deletions(-)


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

end of thread, other threads:[~2009-08-05 20:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-05 20:23 [PATCH 0/6] orinoco: preliminary refactorring before cfg80211 key handling David Kilroy
2009-08-05 20:23 ` [PATCH 1/6] orinoco: prefer_port3 can be a single bit David Kilroy
2009-08-05 20:23 ` [PATCH 2/6] orinoco: use local types for auth alg and sequence length David Kilroy
2009-08-05 20:23 ` [PATCH 3/6] orinoco: pass orinoco_set_tkip_key the sequence lengths David Kilroy
2009-08-05 20:23 ` [PATCH 4/6] orinoco: move disassociation to hw.c David Kilroy
2009-08-05 20:23 ` [PATCH 5/6] orinoco: add function to retrieve current bssid David Kilroy
2009-08-05 20:23 ` [PATCH 6/6] orinoco: consolidate storage of WEP and TKIP keys David Kilroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).