Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipq806x: Fix wireless support for Netgear Nighthawk X4S D7800 #713

Closed
wants to merge 1 commit into from

Conversation

zhangjingye03
Copy link
Contributor

@zhangjingye03 zhangjingye03 commented Jan 16, 2017

D7800 has a simular hardware to R7800 and uses dual QCA9980 for both 2.4GHz and 5GHz band.
However there is no proper initialization for them, which causes a kernel panic due to failed firmware loading.

This patch adds d7800 to ath10k caldata extraction list.
I can get two functional wireless bands after making changes to it.

Signed-off-by: Zhang Jingye 934526987@qq.com

@blogic
Copy link
Contributor

blogic commented Jan 18, 2017

this patch breaks alphabetical ordering. you also add lots of whitespace errors. please make sure to use tabs and not spaces.

@zhangjingye03
Copy link
Contributor Author

Sorry for the inconvenience. I've fixed it.

@blogic
Copy link
Contributor

blogic commented Jan 18, 2017

can you please fold both patches into 1 single one ?

D7800 has a simular hardware to R7800 and uses dual QCA9980 for both 2.4GHz and 5GHz band.
However there is no proper initialization for them, which causes a kernel panic due to failed firmware loading.

This patch adds d7800 to ath10k caldata extraction list.
I can get two functional wireless bands after making change to it.

Signed-off-by: Zhang Jingye <934526987@qq.com>
@zhangjingye03
Copy link
Contributor Author

Done.

@blogic
Copy link
Contributor

blogic commented Jan 18, 2017

merged, Thanks for the quick fixes!

@blogic blogic closed this Jan 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants