Fix wrong structure in iwlwifi dvm patch

This commit is contained in:
Josh Boyer 2013-07-13 21:19:41 -04:00
parent 891cc1841b
commit 498deb1154
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/