diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2013-03-12 12:35:58 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-03-20 09:17:09 -0400 |
commit | 4103d8485090cd4bf4d05b96fcf55409eec664ad (patch) | |
tree | b8415ebfa97529834dcf75cf376a16fe90f93996 /drivers/net/wireless/iwlwifi/iwl-modparams.h | |
parent | 1e1391ca43994b697b0145384797a078ce1e0ce7 (diff) |
iwlwifi: remove 5ghz_disable option
5ghz_disable has no effect any longer, that was changed during
refactoring of EEPROM reading/parsing. Remove it, wpa_supplicant
allow now to specify frequencies, on which device will operate.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-modparams.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-modparams.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-modparams.h b/drivers/net/wireless/iwlwifi/iwl-modparams.h index 3cc39ffe8ba5..d6f6c37c09fd 100644 --- a/drivers/net/wireless/iwlwifi/iwl-modparams.h +++ b/drivers/net/wireless/iwlwifi/iwl-modparams.h | |||
@@ -103,7 +103,6 @@ enum iwl_power_level { | |||
103 | * @ant_coupling: antenna coupling in dB, default = 0 | 103 | * @ant_coupling: antenna coupling in dB, default = 0 |
104 | * @bt_ch_announce: BT channel inhibition, default = enable | 104 | * @bt_ch_announce: BT channel inhibition, default = enable |
105 | * @auto_agg: enable agg. without check, default = true | 105 | * @auto_agg: enable agg. without check, default = true |
106 | * @disable_5ghz: disable 5GHz capability, default = false | ||
107 | */ | 106 | */ |
108 | struct iwl_mod_params { | 107 | struct iwl_mod_params { |
109 | int sw_crypto; | 108 | int sw_crypto; |
@@ -120,7 +119,6 @@ struct iwl_mod_params { | |||
120 | int ant_coupling; | 119 | int ant_coupling; |
121 | bool bt_ch_announce; | 120 | bool bt_ch_announce; |
122 | bool auto_agg; | 121 | bool auto_agg; |
123 | bool disable_5ghz; | ||
124 | }; | 122 | }; |
125 | 123 | ||
126 | #endif /* #__iwl_modparams_h__ */ | 124 | #endif /* #__iwl_modparams_h__ */ |