diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-10-24 02:48:56 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-10-31 19:02:28 -0400 |
commit | a96a27f97f2bbfc1fca54bc3c0b0d41484152740 (patch) | |
tree | f9f6611156a01fbe97b38fb92aa078b2fc01d929 /drivers/net/wireless/iwlwifi/iwl-sta.c | |
parent | 127901ab69bbb263fb2b46e850cf20c57ac321d3 (diff) |
iwlwifi: run through spell checker
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-sta.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-sta.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-sta.c b/drivers/net/wireless/iwlwifi/iwl-sta.c index dde0850f6e27..bfc009ce8a94 100644 --- a/drivers/net/wireless/iwlwifi/iwl-sta.c +++ b/drivers/net/wireless/iwlwifi/iwl-sta.c | |||
@@ -693,7 +693,7 @@ static int iwl_set_tkip_dynamic_key_info(struct iwl_priv *priv, | |||
693 | /* else, we are overriding an existing key => no need to allocated room | 693 | /* else, we are overriding an existing key => no need to allocated room |
694 | * in uCode. */ | 694 | * in uCode. */ |
695 | 695 | ||
696 | /* This copy is acutally not needed: we get the key with each TX */ | 696 | /* This copy is actually not needed: we get the key with each TX */ |
697 | memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key, 16); | 697 | memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key, 16); |
698 | 698 | ||
699 | memcpy(priv->stations[sta_id].sta.key.key, keyconf->key, 16); | 699 | memcpy(priv->stations[sta_id].sta.key.key, keyconf->key, 16); |
@@ -788,7 +788,7 @@ static void iwl_dump_lq_cmd(struct iwl_priv *priv, | |||
788 | { | 788 | { |
789 | int i; | 789 | int i; |
790 | IWL_DEBUG_RATE("lq station id 0x%x\n", lq->sta_id); | 790 | IWL_DEBUG_RATE("lq station id 0x%x\n", lq->sta_id); |
791 | IWL_DEBUG_RATE("lq dta 0x%X 0x%X\n", | 791 | IWL_DEBUG_RATE("lq ant 0x%X 0x%X\n", |
792 | lq->general_params.single_stream_ant_msk, | 792 | lq->general_params.single_stream_ant_msk, |
793 | lq->general_params.dual_stream_ant_msk); | 793 | lq->general_params.dual_stream_ant_msk); |
794 | 794 | ||
@@ -890,7 +890,7 @@ static void iwl_sta_init_lq(struct iwl_priv *priv, const u8 *addr, int is_ap) | |||
890 | * iwl_rxon_add_station - add station into station table. | 890 | * iwl_rxon_add_station - add station into station table. |
891 | * | 891 | * |
892 | * there is only one AP station with id= IWL_AP_ID | 892 | * there is only one AP station with id= IWL_AP_ID |
893 | * NOTE: mutex must be held before calling this fnction | 893 | * NOTE: mutex must be held before calling this function |
894 | */ | 894 | */ |
895 | int iwl_rxon_add_station(struct iwl_priv *priv, const u8 *addr, int is_ap) | 895 | int iwl_rxon_add_station(struct iwl_priv *priv, const u8 *addr, int is_ap) |
896 | { | 896 | { |