diff options
| author | Johannes Berg <[email protected]> | 2009-07-23 16:50:16 +0200 |
|---|---|---|
| committer | John W. Linville <[email protected]> | 2009-07-27 15:24:18 -0400 |
| commit | 485318471e85c1ddb5e3056fa30fdbbc46d759c6 (patch) | |
| tree | d8c4930050a27edd958812dc18f8d18c6234ed80 /include/linux/timerqueue.h | |
| parent | 09f97e0fc4ae81f151bd76b97e28d2af429c1427 (diff) | |
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 <[email protected]>
Reported-by: Luciano Roth Coelho <[email protected]>
Reported-by: Alban Browaeys <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions