diff options
author | Guenter Roeck <linux@roeck-us.net> | 2016-06-03 17:39:19 -0400 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2016-07-05 18:26:19 -0400 |
commit | e160f635abd409748908912d1c528721127b2fc1 (patch) | |
tree | 3ddd72f6886e087feb5dcb8ab85806a549af4281 /drivers/net/wireless/intel/iwlwifi/dvm/lib.c | |
parent | 2c4a247e42526d9aae8f5ce1f190b893532f2806 (diff) |
iwlwifi: dvm: Remove unused array 'iwlagn_loose_lookup'
gcc-6 reports the following error if -Werror=unused-const-variable
is enabled.
drivers/net/wireless/intel/iwlwifi/dvm/lib.c:210:21: error:
'iwlagn_loose_lookup' defined but not used
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/dvm/lib.c')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/dvm/lib.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/dvm/lib.c b/drivers/net/wireless/intel/iwlwifi/dvm/lib.c index 8dda52ae3bb5..6c2d6da7eec6 100644 --- a/drivers/net/wireless/intel/iwlwifi/dvm/lib.c +++ b/drivers/net/wireless/intel/iwlwifi/dvm/lib.c | |||
@@ -205,23 +205,6 @@ static const __le32 iwlagn_def_3w_lookup[IWLAGN_BT_DECISION_LUT_SIZE] = { | |||
205 | cpu_to_le32(0xf0005000), | 205 | cpu_to_le32(0xf0005000), |
206 | }; | 206 | }; |
207 | 207 | ||
208 | |||
209 | /* Loose Coex */ | ||
210 | static const __le32 iwlagn_loose_lookup[IWLAGN_BT_DECISION_LUT_SIZE] = { | ||
211 | cpu_to_le32(0xaaaaaaaa), | ||
212 | cpu_to_le32(0xaaaaaaaa), | ||
213 | cpu_to_le32(0xaeaaaaaa), | ||
214 | cpu_to_le32(0xaaaaaaaa), | ||
215 | cpu_to_le32(0xcc00ff28), | ||
216 | cpu_to_le32(0x0000aaaa), | ||
217 | cpu_to_le32(0xcc00aaaa), | ||
218 | cpu_to_le32(0x0000aaaa), | ||
219 | cpu_to_le32(0x00000000), | ||
220 | cpu_to_le32(0x00000000), | ||
221 | cpu_to_le32(0xf0005000), | ||
222 | cpu_to_le32(0xf0005000), | ||
223 | }; | ||
224 | |||
225 | /* Full concurrency */ | 208 | /* Full concurrency */ |
226 | static const __le32 iwlagn_concurrent_lookup[IWLAGN_BT_DECISION_LUT_SIZE] = { | 209 | static const __le32 iwlagn_concurrent_lookup[IWLAGN_BT_DECISION_LUT_SIZE] = { |
227 | cpu_to_le32(0xaaaaaaaa), | 210 | cpu_to_le32(0xaaaaaaaa), |