From 498deb1154b46a61ef78b385bf74ec9d05e6929b Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Sat, 13 Jul 2013 21:19:41 -0400 Subject: [PATCH] Fix wrong structure in iwlwifi dvm patch --- iwlwifi-dvm-dont-send-BT_CONFIG-on-devices-wo-Bluetooth.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fa4320763..aa2ca7035 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 */