diff --git a/iwlwifi-dvm-dont-send-BT_CONFIG-on-devices-wo-Bluetooth.patch b/iwlwifi-dvm-dont-send-BT_CONFIG-on-devices-wo-Bluetooth.patch index fa43207..aa2ca70 100644 --- a/iwlwifi-dvm-dont-send-BT_CONFIG-on-devices-wo-Bluetooth.patch +++ b/iwlwifi-dvm-dont-send-BT_CONFIG-on-devices-wo-Bluetooth.patch @@ -24,7 +24,7 @@ index 3952ddf..1531a4f 100644 if (ret) return ret; - } else { -+ } else if (priv->lib->bt_params) { ++ } else if (priv->cfg->bt_params) { /* * default is 2-wire BT coexexistence support */