Skip to content

Commit

Permalink
ath10k: fix IRAM banks number for QCA9377
Browse files Browse the repository at this point in the history
QCA9377 firmware shall alloc 4 IRAM banks

Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
  • Loading branch information
Bartosz Markowski authored and Kalle Valo committed Dec 29, 2016
1 parent 02a9e08 commit 77cf13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath10k/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,7 @@ static int ath10k_pci_get_num_banks(struct ath10k *ar)
}
break;
case QCA9377_1_0_DEVICE_ID:
return 2;
return 4;
}

ath10k_warn(ar, "unknown number of banks, assuming 1\n");
Expand Down

0 comments on commit 77cf13a

Please sign in to comment.