"git@git.tuxist.de:jan.koester/linux.git" did not exist on "63bfc50865a58acf793245917901b4621b459038"
mac80211: fix mlme timeouts
When a new MLME work is created, its timeout is initialised to 0. This is wrong, it could then be thought of as having an actual timeout in the future (time_is_after_jiffies() can return true). Instead, it should be initialised to jiffies so that it will run right away as soon as the mlme work is executed. Signed-off-by:Johannes Berg <johannes@sipsolutions.net> Reported-by:
Luciano Roth Coelho <luciano.coelho@nokia.com> Reported-by:
Alban Browaeys <prahal@yahoo.com> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
Loading
Please sign in to comment