-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: wifi: Handle interface de-initialization races
When the interface is being brought down there can be number of races conditions till the deletion is properly propagated, so, add NULL checks to avoid crash. E.g., * Supplicant can still be deleting keys but interface is already removed in the driver * Networking stack sending TX packet Avoiding the races completely will be handled later. As these can happen till that time, no error logging is added. Fixes SHEL-1982 partially. Signed-off-by: Chaitanya Tata <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 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 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