forked from linux4sam/linux-at91
-
Notifications
You must be signed in to change notification settings - Fork 1
Wilc stability issues #1
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
7653aa5
wilc1000: fix possible access to NULL value (from upstream)
fedepell f542495
wilc: make hw mac structure aligned to prevent sporadic bus error (fr…
fedepell 9c2aa70
wilc: minor fix to identation to make logic more understandable
fedepell 173c73b
wilc: fix possible double free (from upstream)
fedepell 7946d31
wilc: add small delay when waking up chip (from upstream)
fedepell 576b99d
wilc: skip isr if in closing stage (from upstream)
fedepell 07058ba
wilc: on error do not allow going to sleep (from upstream)
fedepell c9e5d5f
wilc: slight readapt of cleanup logic on error (partially from upstream)
fedepell 461c435
wilc: add a waiting period especially on deinit
fedepell 7f4f22d
nulling bus_data when freeing sdio_priv
fedefrancescon f2c69cc
added some error check
fedefrancescon bcf9e8d
fix build issues
fedefrancescon 5a6760a
Merge pull request #1 from fedefrancescon:wilc_stability_issues
fedefrancescon 3a1d70f
avoid errors on RSSI if driver has not yet been initialized
c2ff900
added missing reset options (not sure they're really really needed)
2187e89
added wilc powerdown on deinit
27b6b66
removed sleeps
9dd7b23
%% original patch: 0001-Disable_noisy_WILC1000.patch
fedepell a4acb1c
Revert "%% original patch: 0001-Disable_noisy_WILC1000.patch"
96103b2
added reset for `wilc->close`
49e2558
removed duplicated property init (already in wilc_wlan_init)
634bae8
CHECK: wilc_wlan_deinitialize now respects the order of operations as…
b3c730b
CHECK: the wilc->initialized flag should be set within wilc_wlan_init…
059a594
missing initialized flag reset
8a8e1bf
made some error message clearer
9f87329
Merge pull request #2 from fedefrancescon/nulling-priv-sdio
fedepell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this call safe? null check could be ignored for this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better looking at this function probably the NULL check is pointless as, presumably
devis already checked