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@xxxxxxxxxxxxxx> --- 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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html