diff options
| author | Emmanuel Grumbach <[email protected]> | 2020-04-24 15:48:10 +0000 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2020-05-08 06:50:42 +0000 |
| commit | f25c418dcad93755cf48537d60a46070112be72c (patch) | |
| tree | cd88736a5d8b55936e560178c1cd2e035f996871 /drivers/net/wireless/intel/iwlwifi/dvm/dev.h | |
| parent | iwlwifi: yoyo: use hweight_long instead of bit manipulating (diff) | |
| download | kernel-f25c418dcad93755cf48537d60a46070112be72c.tar.gz kernel-f25c418dcad93755cf48537d60a46070112be72c.zip | |
iwlwifi: remove antenna_coupling module parameter
This module parameter should not be mangled by users.
This relates to a very old driver and I doubt people can
really check the antenna coupling in a way that would make
the BT Coexistence work better with a real value.
Drop it.
Signed-off-by: Emmanuel Grumbach <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Link: https://lore.kernel.org/r/iwlwifi.20200424182644.6e566897ce0a.I8395a50c1c39522e542366064bff33a33009ce7b@changeid
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/dvm/dev.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/dvm/dev.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/dvm/dev.h b/drivers/net/wireless/intel/iwlwifi/dvm/dev.h index 8d8380026180..4bd792c06ff6 100644 --- a/drivers/net/wireless/intel/iwlwifi/dvm/dev.h +++ b/drivers/net/wireless/intel/iwlwifi/dvm/dev.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /****************************************************************************** * - * Copyright(c) 2003 - 2014 Intel Corporation. All rights reserved. + * Copyright(c) 2003 - 2014, 2020 Intel Corporation. All rights reserved. * * Contact Information: * Intel Linux Wireless <[email protected]> @@ -810,7 +810,6 @@ struct iwl_priv { u8 bt_traffic_load, last_bt_traffic_load; bool bt_ch_announce; bool bt_full_concurrent; - bool bt_ant_couple_ok; __le32 kill_ack_mask; __le32 kill_cts_mask; __le16 bt_valid; |
