projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dc6511
)
iwlwifi: allow error table address new range
author
Sara Sharon
<
[email protected]
>
Thu, 8 Sep 2016 07:44:38 +0000
(10:44 +0300)
committer
Luca Coelho
<
[email protected]
>
Mon, 26 Sep 2016 20:15:25 +0000
(23:15 +0300)
The firmware has a new smart linker, and this table can now be
in ICCM or in SMEM. It is not hardcoded, but depends on code
size. Allow the full range.
Signed-off-by: Sara Sharon <
[email protected]
>
Signed-off-by: Luca Coelho <
[email protected]
>
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/intel/iwlwifi/mvm/utils.c
b/drivers/net/wireless/intel/iwlwifi/mvm/utils.c
index 9e366e28c983bec20a7c896ce6a8fbf0d34e0d88..d04babd99b53803c2a0248d038bcad3fbfab36f0 100644
(file)
--- a/
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
+++ b/
drivers/net/wireless/intel/iwlwifi/mvm/utils.c
@@
-512,7
+512,7
@@
void iwl_mvm_dump_nic_error_log(struct iwl_mvm *mvm)
base = mvm->fw->inst_errlog_ptr;
}
- if (base < 0x
8
00000) {
+ if (base < 0x
4
00000) {
IWL_ERR(mvm,
"Not valid error log pointer 0x%08X for %s uCode\n",
base,