diff options
author | Arik Nemtsov <arik@wizery.com> | 2010-10-16 21:39:06 +0200 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-01-24 22:11:50 +0200 |
commit | 7f179b468963564aa3faa5729fb3153c08b3d7c1 (patch) | |
tree | fabfe8fe96bdd69a61188bfdc36746dfbe77a624 /drivers/net/wireless/wl12xx/cmd.h | |
parent | 488fc540472dee7b8c9fc592e4f024aafe8b605f (diff) | |
download | blackbird-op-linux-7f179b468963564aa3faa5729fb3153c08b3d7c1.tar.gz blackbird-op-linux-7f179b468963564aa3faa5729fb3153c08b3d7c1.zip |
wl12xx: AP mode - encryption support
Encryption key configuration is different for AP/STA modes.
AP encryption keys are recorded when the BSS is not started. On BSS
start they are propagated to the AP (in wl1271_ap_init_hwenc).
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Reviewed-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/cmd.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/cmd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/cmd.h b/drivers/net/wireless/wl12xx/cmd.h index c9909e09cd9d..751281414006 100644 --- a/drivers/net/wireless/wl12xx/cmd.h +++ b/drivers/net/wireless/wl12xx/cmd.h @@ -291,7 +291,6 @@ struct wl1271_cmd_ps_params { /* HW encryption keys */ #define NUM_ACCESS_CATEGORIES_COPY 4 -#define MAX_KEY_SIZE 32 enum wl1271_cmd_key_action { KEY_ADD_OR_REPLACE = 1, |