| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-08-18 | iwlwifi: call iwl_remove_notification from iwl_wait_notification | Luca Coelho | 1 | -13/+12 | |
| The iwl_wait_notification() function removes the wait entry from the list. To make it clearer that it's doing the same thing as iwl_remove_notification(), call the latter instead of having duplicate code. Signed-off-by: Luca Coelho <[email protected]> | |||||
| 2017-06-29 | iwlwifi: move notification wait into fw/ | Johannes Berg | 1 | -0/+195 | |
| Move the notification wait code into the new fw interaction directory. Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: Luca Coelho <[email protected]> | |||||