From 72ed3660725e268ce9cd515adffc8dfcbb3d9ab8 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Jul 14 2013 01:19:41 +0000 Subject: Fix wrong structure in iwlwifi dvm patch --- 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 */