diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn-sta.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn-sta.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn-sta.c b/drivers/net/wireless/iwlwifi/iwl-agn-sta.c index 35f085ac336b..079275f2c64d 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn-sta.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn-sta.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /****************************************************************************** | 1 | /****************************************************************************** |
2 | * | 2 | * |
3 | * Copyright(c) 2003 - 2010 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2003 - 2011 Intel Corporation. All rights reserved. |
4 | * | 4 | * |
5 | * Portions of this file are derived from the ipw3945 project, as well | 5 | * Portions of this file are derived from the ipw3945 project, as well |
6 | * as portions of the ieee80211 subsystem header files. | 6 | * as portions of the ieee80211 subsystem header files. |
@@ -474,7 +474,7 @@ int iwl_remove_dynamic_key(struct iwl_priv *priv, | |||
474 | memset(&priv->stations[sta_id].keyinfo, 0, | 474 | memset(&priv->stations[sta_id].keyinfo, 0, |
475 | sizeof(struct iwl_hw_key)); | 475 | sizeof(struct iwl_hw_key)); |
476 | memset(&priv->stations[sta_id].sta.key, 0, | 476 | memset(&priv->stations[sta_id].sta.key, 0, |
477 | sizeof(struct iwl4965_keyinfo)); | 477 | sizeof(struct iwl_keyinfo)); |
478 | priv->stations[sta_id].sta.key.key_flags = | 478 | priv->stations[sta_id].sta.key.key_flags = |
479 | STA_KEY_FLG_NO_ENC | STA_KEY_FLG_INVALID; | 479 | STA_KEY_FLG_NO_ENC | STA_KEY_FLG_INVALID; |
480 | priv->stations[sta_id].sta.key.key_offset = WEP_INVALID_OFFSET; | 480 | priv->stations[sta_id].sta.key.key_offset = WEP_INVALID_OFFSET; |