diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2008-09-02 23:26:47 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-11 15:53:31 -0400 |
commit | 12837be1c127e6fba2e3f916a18fc202a9889af2 (patch) | |
tree | 0ec518735544283908c9980cac88f86f4aa5a3b7 /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | 00c5ae2fa0f8191a1b204e71f0ee11359e3b2c06 (diff) |
iwlwifi: rename ps_mode to sm_ps
This patch renames iwl_priv.ps_mode for clearer
iwl_priv.current_ht_config.sm_ps (spatial multiplexing power save).
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index f302e93b7798..7934f56f7292 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -406,6 +406,7 @@ struct iwl_ht_info { | |||
406 | /* self configuration data */ | 406 | /* self configuration data */ |
407 | u8 is_ht; | 407 | u8 is_ht; |
408 | u8 supported_chan_width; | 408 | u8 supported_chan_width; |
409 | u8 sm_ps; | ||
409 | u8 is_green_field; | 410 | u8 is_green_field; |
410 | u8 sgf; /* HT_SHORT_GI_* short guard interval */ | 411 | u8 sgf; /* HT_SHORT_GI_* short guard interval */ |
411 | u8 max_amsdu_size; | 412 | u8 max_amsdu_size; |
@@ -990,7 +991,6 @@ struct iwl_priv { | |||
990 | * hardware */ | 991 | * hardware */ |
991 | u16 assoc_id; | 992 | u16 assoc_id; |
992 | u16 assoc_capability; | 993 | u16 assoc_capability; |
993 | u8 ps_mode; | ||
994 | 994 | ||
995 | struct iwl_qos_info qos_data; | 995 | struct iwl_qos_info qos_data; |
996 | 996 | ||