Shadow RAM support is apparently not at all working on the Intel 5300 Wifi.

Tested:

* Intel 5300 3x3 wifi
* Intel 5100
This commit is contained in:
Adrian Chadd 2014-06-14 06:54:03 +00:00
parent c44f94d0cd
commit 43f2450f5d

View File

@ -116,7 +116,7 @@ struct iwn_base_params {
static const struct iwn_base_params iwn5000_base_params = {
.pll_cfg_val = IWN_ANA_PLL_INIT, /* pll_cfg_val; */
.max_ll_items = IWN_OTP_MAX_LL_ITEMS_6x00, /* max_ll_items */
.shadow_ram_support = true, /* shadow_ram_support */
.shadow_ram_support = false, /* shadow_ram_support */
.shadow_reg_enable = false, /* shadow_reg_enable */
.bt_session_2 = false, /* bt_session_2 */
.bt_sco_disable = true, /* bt_sco_disable */