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

Remove firmware allocation from wcn struct #79

Merged
merged 1 commit into from Jul 12, 2013

Conversation

Coi-l
Copy link
Contributor

@Coi-l Coi-l commented Jul 12, 2013

Remove the nv pointer from the wcn struct and keep it inside the
smd_load_nv function as local. This way we don't keep it allocated
throught the life of the module and won't waste memory.

This commit also includes minor cleanup of unused variables in the
smd_load_nv function.

Signed-off-by: Olof Johansson dev@skyshaper.net

Remove the nv pointer from the wcn struct and keep it inside the
smd_load_nv function as local. This way we don't keep it allocated
throught the life of the module and won't waste memory.

This commit also includes minor cleanup of unused variables in the
smd_load_nv function.

Signed-off-by: Olof Johansson <dev@skyshaper.net>
KrasnikovEugene added a commit that referenced this pull request Jul 12, 2013
Remove firmware allocation from wcn struct
@KrasnikovEugene KrasnikovEugene merged commit fe0ef78 into KrasnikovEugene:master Jul 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants