commit | 84e3df60f0daba5b1e7874101502d0b030afb867 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Wed Aug 05 06:55:37 2015 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Aug 13 14:22:07 2015 +0300 |
tree | 9215b3cfc70fa753beda0f5e86959e035cc05fa4 | |
parent | a48e2cc8992a13a58cff04e54e05f959d418554b [diff] |
ath10k: initialize fw_features var If firmware did not have any feature flags set the var would be left with values found on the stack (i.e. garbage) yielding print string like this: (...) features \xffffffa6m:^R\xfffffffbԂ\xffffffc4^E Fixes: b27bc5a40f91 ("ath10k: dump fw features during probing") Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>