diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index f546b7edce17..b58fcdef5432 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -518,7 +518,7 @@ struct iwl_sensitivity_ranges { | |||
518 | * @sw_crypto: 0 for hw, 1 for sw | 518 | * @sw_crypto: 0 for hw, 1 for sw |
519 | * @max_xxx_size: for ucode uses | 519 | * @max_xxx_size: for ucode uses |
520 | * @ct_kill_threshold: temperature threshold | 520 | * @ct_kill_threshold: temperature threshold |
521 | * @calib_init_cfg: setup initial claibrations for the hw | 521 | * @calib_init_cfg: setup initial calibrations for the hw |
522 | * @struct iwl_sensitivity_ranges: range of sensitivity values | 522 | * @struct iwl_sensitivity_ranges: range of sensitivity values |
523 | */ | 523 | */ |
524 | struct iwl_hw_params { | 524 | struct iwl_hw_params { |
@@ -911,7 +911,7 @@ struct iwl_priv { | |||
911 | 911 | ||
912 | unsigned long status; | 912 | unsigned long status; |
913 | 913 | ||
914 | int last_rx_rssi; /* From Rx packet statisitics */ | 914 | int last_rx_rssi; /* From Rx packet statistics */ |
915 | int last_rx_noise; /* From beacon statistics */ | 915 | int last_rx_noise; /* From beacon statistics */ |
916 | 916 | ||
917 | /* counts mgmt, ctl, and data packets */ | 917 | /* counts mgmt, ctl, and data packets */ |